-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
document that --extra-search-dirs doesn't work #413
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
Comments
If it doesn't work should we not just remove it or fix it? |
I'd certainly like to see documentation of precisely what doesn't work. I'm not completely convinced that there is a problem (or at least that there is a problem in a supported configuration) and some instructions on how to reproduce the issue would be helpful. From what I understand of the problem, it's actually an issue around ez_setup, and not directly with any virtualenv code. Because of that, I'd be happy with clearly documenting when things go wrong, and clarifying that it's outside of the control of virtualenv. But I believe that (for instance) using --extra-search-dirs simply to relocate the contents of virtualenv_support to another place works fine (although it's not clear whether this is a "supported" configuration given that messing with virtualenv_support is technically not supported...) |
well, fixing something takes time. : (
you can point to a different directory, but you can't actually install a different version of distribute or setuptools. that's the stated purpose of the option. try it. if you can get it to work, I'd like to see it. : ) note that the virtualenv code will log something like "Using existing... ", and appears to be using the alternate version, but then the bootstrap goes and installs the hard coded version. |
@pfmoore |
document that --extra-search-dirs doesn't work (#327)
The text was updated successfully, but these errors were encountered: