[issue15776] Allow pyvenv to work in existing directory

Stefan Holek report at bugs.python.org
Fri Aug 24 19:49:17 CEST 2012


Stefan Holek added the comment:

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 at 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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15776>
_______________________________________


More information about the Python-bugs-list mailing list