mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
remove bunk PIPENV_PIP_INSTALL_FLAGS
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
@@ -39,9 +39,6 @@ if PIPENV_VENV_IN_PROJECT:
|
||||
if os.name == 'nt':
|
||||
PIPENV_NOSPIN = True
|
||||
|
||||
# Tells pip to pass extra stuff to $ pip install.
|
||||
PIPENV_PIP_INSTALL_FLAGS = os.environ.get('PIPENV_PIP_INSTALL_FLAGS')
|
||||
|
||||
PIPENV_HIDE_EMOJIS = os.environ.get('PIPENV_HIDE_EMOJIS')
|
||||
if os.name == 'nt':
|
||||
PIPENV_HIDE_EMOJIS = True
|
||||
|
||||
Reference in New Issue
Block a user