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

Fix implementation of auto_envvar_prefix #3295

Merged
merged 1 commit into from
Nov 25, 2018
Merged

Fix implementation of auto_envvar_prefix #3295

merged 1 commit into from
Nov 25, 2018

Conversation

techalchemy
Copy link
Member

  • Fix implementation of auto_envvar_prefix
  • Pass context setting directly to each command to prevent
    PIPENV_<CMD>_<OPTION> syntax, implementation will use
    PIPENV_<OPTION> directly (e.g. PIPENV_DEV=1 or PIPENV_SYSTEM=1
  • Fixes System environment variable not working #3278

- Fix implementation of `auto_envvar_prefix`
- Pass context setting directly to each command to prevent
  `PIPENV_<CMD>_<OPTION>` syntax, implementation will use
  `PIPENV_<OPTION>` directly (e.g. `PIPENV_DEV=1` or `PIPENV_SYSTEM=1`
- Fixes #3278

Signed-off-by: Dan Ryan <[email protected]>
@techalchemy techalchemy added this to the November Bugfix Release milestone Nov 24, 2018
@techalchemy techalchemy merged commit 2ed0384 into master Nov 25, 2018
@techalchemy techalchemy deleted the bugfix/3278 branch November 25, 2018 04:22
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

Successfully merging this pull request may close these issues.

System environment variable not working
1 participant