-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Hello, pipenv couldnt find corresponding python version if only rc versions are installed :
PS C:\Users\usta\Desktop\just4fun> pipenv --three
Warning: Python 3 was not found on your system…
You can specify specific versions of Python with:
$ pipenv --python path\to\python
PS C:\Users\usta\Desktop\just4fun> pipenv --python 3
Warning: Python 3 was not found on your system…
You can specify specific versions of Python with:
$ pipenv --python path\to\python
PS C:\Users\usta\Desktop\just4fun> pipenv --python 3.7
Warning: Python 3 was not found on your system…
You can specify specific versions of Python with:
$ pipenv --python path\to\python
PS C:\Users\usta\Desktop\just4fun> pipenv --python 3.6
Warning: Python 3 was not found on your system…
You can specify specific versions of Python with:
$ pipenv --python path\to\python
PS C:\Users\usta\Desktop> py -0
Installed Pythons found by C:\Windows\py.exe Launcher for Windows
-3.7-64 *
-3.6-64
-2.7-64
PS C:\Users\usta\Desktop> py -3 --version
Python 3.7.2rc1
PS C:\Users\usta\Desktop> py -3.6 --version
Python 3.6.8rc1