View | Details | Raw Unified | Return to bug 223954
Collapse All | Expand All

(-)b/devel/py-pipenv/files/patch-pipenv_core.py (+10 lines)
Added Link Here
1
--- pipenv/core.py.orig	2018-02-24 15:59:51 UTC
2
+++ pipenv/core.py
3
@@ -1217,6 +1217,7 @@ def activate_virtualenv(source=True):
4
     # Support for csh shell.
5
     if PIPENV_SHELL and 'csh' in PIPENV_SHELL:
6
         suffix = '.csh'
7
+        command = 'source'
8
 
9
     # Escape any spaces located within the virtualenv path to allow
10
     # for proper activation.

Return to bug 223954