Message169057
| Author |
stefanholek |
| Recipients |
asvetlov, eric.araujo, georg.brandl, pitrou, python-dev, stefanholek, vinay.sajip |
| Date |
2012年08月24日.17:49:16 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1345830557.37.0.073312492702.issue15776@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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. |
|