I\'m on a mac, and I know that any package I install goes to a specific folder in something like /Library/....
What\'s the best way to install two python modules with the same name? I currently depend on two different facebook libraries: pyfacebook and Facebook\'s new python-sdk. Both of these libraries instal
when I try to create a virtualenv that uses python2.5 I get the following error: File \"/usr/local/lib/python2.6/dist-packages/virtualenv.py\", line 1489, in <module>main()
I\'ve setup a virtualenv for my existing Django project. So far it only uses django, but now I\'ve tried to install Pisa package. It was installed successfully 开发者_JAVA技巧with pip in virtualenv, b
I would like the change my zsh prompt style for every virtualenv instances that I use or create. My actual prompt is like this:
My problem is in getting manage.py syncdb to run within a virtualenv. It was working fine at on开发者_如何学运维e point, but seems to have broken sometime around when I installed South and updated pi
I would like to run a Django project on a server using virtualenv in Apache using mod_python. Now I know that the recommended apache module to use is mod_wsgi, but I don\'t want to install that for no
I\'m attempting to move a project from virtualenv to buildout, but I don\'t think I\'ve grasped the whole concept of buildout. All the tutorials I\'ve found discuss buildout in the context of using it
I\'m having a small problem with my setup.I\'m quite new to the Django world so bear with me. A friend who is familiar has set up a VPS (Ubuntu) for my project.
I recently start to use virtualenvwrapper and created mkdir ~/.virtualenvs mkvirtualenv example.com Virtualenvwarpper automatical create a virtualenv named example.com under ~/.virtualenv