We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello.
As virtualenv try to create a new virtualenv with latest setuptools/pip, I want to specify the version of setuptools.
Is it possible to add an option so we can pass it to virtualenv like "--no-setuptools" ?
For example, setuptools drop support python2.7, so i want to install setuptools<45.0.0 but after the creation of the virtualenv.
Thanks.
The text was updated successfully, but these errors were encountered:
--no-download also work in this instance
--no-download
Sorry, something went wrong.
No branches or pull requests
Hello.
As virtualenv try to create a new virtualenv with latest setuptools/pip, I want to specify the version of setuptools.
Is it possible to add an option so we can pass it to virtualenv like "--no-setuptools" ?
For example, setuptools drop support python2.7, so i want to install setuptools<45.0.0 but after the creation of the virtualenv.
Thanks.
The text was updated successfully, but these errors were encountered: