virtualenvwrapper-win icon indicating copy to clipboard operation
virtualenvwrapper-win copied to clipboard

Is cpvirtualenv not implemented?

Open rmx90210 opened this issue 9 years ago • 1 comments

I was just wondering -- is the the cpvirtualenv command not implemented in virtualenvwrapper-win? If not, what would be the best workaround for renaming a virtualenv?

Thanks!

rmx90210 avatar Mar 21 '16 23:03 rmx90210

It is not implemented in virtualenvwrapper-win. The implementation in the "mother"-project is here: https://bitbucket.org/virtualenvwrapper/virtualenvwrapper/src/d2e5303bbe6ab2f33d318fadb71bc3162108e4cc/virtualenvwrapper.sh?at=master&fileviewer=file-view-default#virtualenvwrapper.sh-948

Besides checking inputs and calling hooks, all it does is call virtualenv-clone (https://pypi.python.org/pypi/virtualenv-clone), which seems to be working fine on windows.

They've included it as a dependency (i.e. not vendorized). We could do the same, i.e. add 'virtualenv-clone' to install_requires=[..] in setup.py.

thebjorn avatar Aug 03 '17 17:08 thebjorn