Как перераспределить слова py в Python версии 3.11?Python

Программы на Python
Гость
Как перераспределить слова py в Python версии 3.11?

Сообщение Гость »


guys you see i had a python version 3.12 which was represented by python in cmd. The i installed python3.11 which was epresented as py in cmd. Then i installed another python3.12(it was something that happened during my installation of nodejs), and it seems that the word py started to represent the new python3.12. Now even after i deleted the new python3.12 still the py represents the deleted python3.12.

For example when i type py -v it says: Unable to create process using 'C:\Python312\python.exe -v': The system cannot find the file specified.

I think that before installing the new python3.12(which i deleted) py -v used to refer to python3.11.

So how to solve it? I want to access python3.11.


Источник: https://stackoverflow.com/questions/781 ... rsion-3-11

Вернуться в «Python»