Skip to content

Commit

Permalink
Merge pull request #1513 from vishwin/master
Browse files Browse the repository at this point in the history
Correct csh syntax in activate_virtualenv
  • Loading branch information
kennethreitz committed Feb 28, 2018
2 parents df2c9f1 + f14eb19 commit 1c66946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipenv/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1218,6 +1218,7 @@ def activate_virtualenv(source=True):
# Support for csh shell.
if PIPENV_SHELL and 'csh' in PIPENV_SHELL:
suffix = '.csh'
command = 'source'

# Escape any spaces located within the virtualenv path to allow
# for proper activation.
Expand Down

0 comments on commit 1c66946

Please sign in to comment.