diff --git a/pipenv/core.py b/pipenv/core.py index be6c5b08e0..941ade2880 100644 --- a/pipenv/core.py +++ b/pipenv/core.py @@ -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.