Closed
Description
Bug report
I have a Windows 10 VM that I use to build extensions for python.
Previously I had 3.11a3 installed.
After installing both python 3.11rc1 32 and 64 bit versions the py command is not working. Here is what I see in cmd:
: 10:12:15.43 C:\Users\barry
: \\VM-WIN10\barry> py
No suitable Python runtime found
Pass --list (-0) to see all detected environments on your machine
: 10:12:18.43 C:\Users\barry
: \\VM-WIN10\barry> py -0
-V:3.11 Python 3.11 (64-bit)
-V:3.11-32 Python 3.11 (32-bit)
-V:3.10 Python 3.10 (64-bit)
-V:3.10-32 Python 3.10 (32-bit)
-V:3.9 Python 3.9 (64-bit)
-V:3.9-32 Python 3.9 (32-bit)
-V:3.8 Python 3.8 (64-bit)
-V:3.8-32 Python 3.8 (32-bit)
-V:3.7 Python 3.7 (64-bit)
-V:3.7-32 Python 3.7 (32-bit)
-V:3.6 Python 3.6 (64-bit)
-V:3.6-32 Python 3.6 (32-bit)
-V:3.5
-V:3.5-32
-V:3.4
-V:2.7
: 10:13:49.37 C:\Users\barry
: \\VM-WIN10\barry> type C:\Users\barry\AppData\Local\py.ini
[defaults]
python=3.10-64
python3=3.10-64
Your environment
- CPython versions tested on: python 3.11.0-rc1
- Operating system and architecture: windows 10
Metadata
Metadata
Assignees
Projects
Status
Done