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

Use COMSPEC for shell detection fallback #2651

Merged
merged 3 commits into from
Jul 30, 2018
Merged

Commits on Jul 26, 2018

  1. Use COMSPEC for shell detection fallback

    The subshell logic now considers:
    
    * PIPENV_SHELL
    * Auto detection
    * SHELL (should very likely work for POSIX)
    * PYENV_SHELL
    * COMSPEC (should always work for Windows)
    uranusjr committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    059dacd View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. News

    uranusjr committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    7758d74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ec4ff1 View commit details
    Browse the repository at this point in the history