Message169057
Hm. What I am actually after is to "bless" an existing directory – source files and all – with a virtualenv (or pyvenv). I am not interested in the command deleting anything from anywhere, why thank you.
Workflow:
$ git clone git@github.com:stefanholek/foo
$ cd foo
$ virtualenv .
$ ./bin/python setup.py develop
$ ./bin/python setup.py -q test
This is how I use virtualenv at the moment and I'd rather not lose that ability. Thanks. |
|
Date |
User |
Action |
Args |
2012-08-24 17:49:17 | stefanholek | set | recipients:
+ stefanholek, georg.brandl, vinay.sajip, pitrou, eric.araujo, asvetlov, python-dev |
2012-08-24 17:49:17 | stefanholek | set | messageid: <1345830557.37.0.073312492702.issue15776@psf.upfronthosting.co.za> |
2012-08-24 17:49:16 | stefanholek | link | issue15776 messages |
2012-08-24 17:49:16 | stefanholek | create | |
|