mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
+1
-1
@@ -55,7 +55,7 @@ class HackedPythonVersion(object):
|
||||
|
||||
def __enter__(self):
|
||||
if self.python:
|
||||
os.environ['PIP_PYTHON_VERSION'] = self.python
|
||||
os.environ['PIP_PYTHON_VERSION'] = str(self.python)
|
||||
|
||||
def __exit__(self, *args):
|
||||
# Restore original Python version information.
|
||||
|
||||
Reference in New Issue
Block a user