Merge branch 'master' into unc-paths

This commit is contained in:
Erin O'Connell
2018-06-11 17:07:36 -06:00
committed by GitHub
+1 -1
View File
@@ -1159,7 +1159,7 @@ def activate_virtualenv(source=True):
"""Returns the string to activate a virtualenv."""
# Suffix and source command for other shells.
suffix = ''
command = '.' if source else ''
command = ' .' if source else ''
# Support for fish shell.
if PIPENV_SHELL and 'fish' in PIPENV_SHELL:
suffix = '.fish'