-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
RFE: --always-copy #344
Comments
that's also discussed in #92 |
I don't have a huge issue with this - do you want to try put a patch together. |
Sure, I'll take a stab at it. |
I've made a simple patch that works for me (at least using a shared windows folder on a linux machine, which didn't work before) - https://gist.github.com/m0she/4990128 - just add I haven't tested it thoroughly nor is it completely abiding to the project coding conventions and github is stuck on cloning the repo - so I'm not sending a pull request (perhaps tomorrow) |
+1 for this! |
$ virtualenv --version |
Given that the footprint of the copy would be relatively small, would it be possible to add an option to always copy (as on windows) rather than symlinking?
The main benefit of copying is the ability to then check the virtual environment into source control.
Thanks!
The text was updated successfully, but these errors were encountered: