summary refs log tree commit diff
path: root/pkgs/development/python-modules/virtualenv-change-prefix.patch
Commit message (Collapse)AuthorAge
* #492 python-virtualenv: make modules of the python wrapper availableCillian de Róiste2014-04-18
| | | | | | | Note: simply calling `virtualenv .` will not produce a ./bin/python which can import e.g. sqlite3, using `virtualenv --python=python2.7` will, if python2.7 is python27Full (the wrapped python). I'm not sure if this is a bug or a feature.
* pythonPackages.virtualenv: update to 1.8.4Cillian de Róiste2013-01-17
|
* Patching python-virtualenv so that it doesn't fail if the python version is ↵Cillian de Roiste2012-05-19
specified, e.g. --python=python2.7, and now iff the python version is specified it successfully also installs additional libs such as readline into the virtualenv svn path=/nixpkgs/trunk/; revision=34184