-
Notifications
You must be signed in to change notification settings - Fork 21
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
Install in editable mode does not use name in setup.py #42
Comments
Could you please paste the Thanks |
Hi @sjkingo, My I tried it again with an I was just testing this so my
|
Ok, thanks - I will look into it and get back to you :) |
dolfinus
added a commit
to dolfinus/virtualenv-api
that referenced
this issue
May 13, 2021
Fixes sjkingo#42 Also allows to install packages with -e (editable) option
dolfinus
added a commit
to dolfinus/virtualenv-api
that referenced
this issue
May 13, 2021
Fixes sjkingo#42 Also allows to install packages with -e (editable) option
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using virtualenv-api version 2.1.17,
I can install
my_package
and then print the package name:Result:
Nice!
But, doing the same in editable mode does not give me the package name in
setup.py
.Result:
According to the method docstring,
-e .
is supported.https://github.com/sjkingo/virtualenv-api/blob/master/virtualenvapi/manage.py#L193
Is this the expected behavior?
The text was updated successfully, but these errors were encountered: