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

Support editable installation #27

Closed
voidpp opened this issue Jun 2, 2016 · 2 comments
Closed

Support editable installation #27

voidpp opened this issue Jun 2, 2016 · 2 comments

Comments

@voidpp
Copy link

voidpp commented Jun 2, 2016

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.

(virtualenv-api==2.1.9)

BTW this package is pretty cool :)

@sjkingo sjkingo closed this as completed in 71f1969 Jun 3, 2016
@sjkingo
Copy link
Owner

sjkingo commented Jun 3, 2016

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)

@voidpp
Copy link
Author

voidpp commented Jun 3, 2016

Wow, thx for the quick response and release.

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