mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
@@ -1,3 +1,5 @@
|
||||
8.2.3:
|
||||
- Don't show activation instructions when --deploy is used.
|
||||
8.2.2:
|
||||
- Improve system pip detection.
|
||||
8.2.1:
|
||||
|
||||
+1
-1
@@ -1255,7 +1255,7 @@ def do_init(
|
||||
skip_lock=skip_lock, verbose=verbose, concurrent=concurrent)
|
||||
|
||||
# Activate virtualenv instructions.
|
||||
if not allow_global:
|
||||
if not allow_global and not deploy:
|
||||
do_activate_virtualenv()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user