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

Add a develop option #80

Open
Julian opened this issue Aug 28, 2019 · 0 comments
Open

Add a develop option #80

Julian opened this issue Aug 28, 2019 · 0 comments

Comments

@Julian
Copy link
Owner

Julian commented Aug 28, 2019

Distinct from #3, which asks for installing packages -e, this option (or some even better name) should make it so that you can do:

[virtualenv.foo]
install = ["foo"]

[virtualenv.foo.develop]
python = "python3.7"
install = ["$DEVELOPMENT/foo"]

or something, and the second venv would get all of what's present in the parent venv, but replace foo with an editable install of it, for when you want to use and develop a package at the same time.

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

1 participant