Services Blog Français

Virtualenv

Articles tagged "virtualenv"

Enable global site packages in an existing 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:: …

Automatic virtualenv activation

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 …

Found 3 articles.

They trust us

Contact

logo