-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 support to read name of Pipfile from environment variable #999
Comments
In this instance we may need to just use |
Yes, running command is a better test, but watch out for performance. This was the reason for the file check. Interpreter selection and startup time. |
@brettcannon @MikhailArkhipov
All we need to do is:
|
What I'm saying is we simply don't care about a |
* ✨ support for pip environment variable to get pipfile name * 📝 news entry * Fixes #999
Name of the
Pipfile
is currently hardcoded in the extension.This could come from an environment variable (see here https://github.com/pypa/pipenv/blob/5f48233637adc99bb16e6c601a728dc641bd5cd2/pipenv/environments.py#L29)
TODO: Confirm this is the case and create necessary PR accordingly.
The text was updated successfully, but these errors were encountered: