Virtualenv
Articles tagged "virtualenv"
2013-02-21
Nowadays, virtualenv uses --no-site-packages by default. This means that the created virtualenv will not access global site-packages modules ie. /usr/lib/python2.7/site-packages/.
To enable global site-packages again, just remove this file:: …
2012-04-13
This article proposes a proven standard which enables automatic virtualenv activation.
Demonstration Before, I had to do something like:
cd myproject source ../env/bin/activate Now I just do:
cd myproject Virtualenv standard Say I have a project …
2012-03-22
This article describes how to build project dependencies with virtualenv. It is appliable to Pinax. Pinax uses virtualenv by default. It lets the developer have a project-specific python directory, including binaries, packages etc … OpenSuse for …
Found 3 articles.