Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is cpvirtualenv not implemented? #65

Open
bertday opened this issue Mar 21, 2016 · 1 comment
Open

Is cpvirtualenv not implemented? #65

bertday opened this issue Mar 21, 2016 · 1 comment

Comments

@bertday
Copy link

bertday commented Mar 21, 2016

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!

@thebjorn
Copy link
Collaborator

thebjorn commented Aug 3, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants