-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 for editable installs #3
Comments
Done! |
Is there a way to use it with |
@abdulhaq-e: It appears this feature has regressed. |
working on master |
What about installing the project you're working on as editable, like |
|
@wkretzsch, would you run that as |
Right. I run it from inside a pipenv shell
|
I think the develop command is only supported by Here is the head of my
|
What about adding a |
@exhuma 9.0.1 has been out for some time and editable installs have been supported via |
I have version 9.1.0 and -e option is not there, it does not appear in pipenv install -h and it does not work. So @techalchemy I do not understand is it there or not ? |
It is not an argument to the command line any more than the name of a package would be considered an argument, which is why it doesn’t appear in help. It is passed as a part of a requirement, not as an option to pipenv. So yes, as stated, it remains supported, please attempt to use it and file an issue if you find a problem with it. |
Currently, we cannot convert a
pip install -e ....
toPipfile
's format.The text was updated successfully, but these errors were encountered: