Skip to content

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 <dan@danryan.co>
@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