mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
try it @jacebrowning's way
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
@@ -11,8 +11,7 @@ from pipenv.cli import (
|
||||
pip_install, pip_download, find_a_system_python
|
||||
)
|
||||
|
||||
FULL_PYTHON_PATH = find_a_system_python('.'.join(os.environ['PYTHON_VERSION'].split('.')[:2]))
|
||||
print('.'.join(os.environ['PYTHON_VERSION'].split('.')[:2]))
|
||||
FULL_PYTHON_PATH = 'C:\\Python36-x64\\python.exe'
|
||||
|
||||
class TestPipenvWindows():
|
||||
|
||||
|
||||
Reference in New Issue
Block a user