mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
@@ -31,9 +31,11 @@ def main():
|
||||
|
||||
if is_verbose:
|
||||
logging.getLogger('pip9').setLevel(logging.INFO)
|
||||
logging.getLogger('notpip').setLevel(logging.INFO)
|
||||
if is_debug:
|
||||
# Shit's getting real at this point.
|
||||
logging.getLogger('pip9').setLevel(logging.DEBUG)
|
||||
logging.getLogger('notpip').setLevel(logging.DEBUG)
|
||||
if 'PIPENV_PACKAGES' in os.environ:
|
||||
packages = os.environ['PIPENV_PACKAGES'].strip().split('\n')
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user