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
pip help:
Install a project in editable mode (i.e. setuptools "develop mode") from a local project path or a VCS url.
As I see, this is not possible now with the virtualenv-api. I tried env.install("-e /path/to/module"), but it raised an exception.
env.install("-e /path/to/module")
(virtualenv-api==2.1.9)
BTW this package is pretty cool :)
The text was updated successfully, but these errors were encountered:
71f1969
Thanks for picking this up. Version 2.1.10 is now available on pypi which fixes this.
>>> env.install('-e git+https://github.com/stephenmcd/cartridge.git')
(or any other valid URL/path)
Sorry, something went wrong.
Wow, thx for the quick response and release.
No branches or pull requests
pip help:
As I see, this is not possible now with the virtualenv-api.
I tried
env.install("-e /path/to/module")
, but it raised an exception.(virtualenv-api==2.1.9)
BTW this package is pretty cool :)
The text was updated successfully, but these errors were encountered: