virtualenv
How to use Python virtualenv
The scenario is: I amon Ubuntu 11 which comes with Python 2.开发者_高级运维7, I want to run Mozilla JetPack which supports Python 2.5/2.6 and Google App Engine which only supports Python 2.5.[详细]
2023-02-28 19:56 分类:问答how can I rollback a virtualenv environment
I created a virtualenvironment using virtualenv and now I want to roll back what I have done and recreate a different virtualenvironment at a different location with different combinati开发者_Python百[详细]
2023-02-28 05:35 分类:问答Install python package (e.g. lxml) to specific python version (e.g. 3.1) when another python package (e.g 2.6) is default
It bugs me theese simple things: I notice that my installed lxml can\'t be found from my python3.1 shell.[详细]
2023-02-27 18:50 分类:问答What happens if a site package is updated beyond the version I specified in a virtualenv with pip?
Assume I have a virtualenv installation that does not开发者_如何学C use --no-site-packages. I run bin/pip install somepackage==1.0.0, but it\'s already present in my site-packages so it\'s not install[详细]
2023-02-25 21:41 分类:问答Registry error when installing MySQL-python into virtualenv using pip and easy_install
The pip and easy install commands (install MySQL-python)provide the massive error listed below. I\'ve been looking around for an answer a while now on this site and through google. The recurring answ[详细]
2023-02-25 21:19 分类:问答virtualenvwrapper.sh doesn't not run
I just tried to install virtualenvwrapper and when I run the following (as found in the instructions)[详细]
2023-02-25 03:06 分类:问答When running Virtualenv 1.6 on Mac OS X 10.6.7, Python 2.7.1
I\'m currently trying to set up pinax on top of Python 2.7.1 and Django 1.3. For the first few steps, one is required to set up virtualenv, with the following commands:[详细]
2023-02-24 22:43 分类:问答Distributing python code with virtualenv?
I want to distribute some python code, with a few external dependencies, to machines with only core python installed (and users that unfamiliar with easy_install etc.).[详细]
2023-02-22 09:10 分类:问答virtualenv using wrong django
I have a virtualenv all set up with the --no-site-packages flag on. 开发者_如何学C When I did pip install django==1.3 everything seemed to install just fine.[详细]
2023-02-22 06:54 分类:问答Execute a script when moving to it's dir?
I\'m playing around with virtualenv and pip, but I find it quite restrictive to have to \"source bin/activate\" each time I come into a virtualenv dir.[详细]
2023-02-21 19:06 分类:问答