This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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.
History
Date User Action Args
2012-08-24 17:49:17stefanholeksetrecipients: + stefanholek, georg.brandl, vinay.sajip, pitrou, eric.araujo, asvetlov, python-dev
2012-08-24 17:49:17stefanholeksetmessageid: <1345830557.37.0.073312492702.issue15776@psf.upfronthosting.co.za>
2012-08-24 17:49:16stefanholeklinkissue15776 messages
2012-08-24 17:49:16stefanholekcreate