Skip to content

pipenv couldnt find rc versions on system #3376

@usta

Description

@usta

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: Vendored DependenciesThis issue affects vendored dependencies within pipenv.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions