I have installed python. I’m trying to get pip to work and have gone through all possible recommendations but cannot get it to work.
I have reinstalled python 3.12 checking path and pip in the installation options.
Furthermore, I have checked the path variable, and it contains the locations of python en script. I have checked the scripts folder, and it contains pip pip3.12 and pip3.
I started python in a shell, and it functions otherwise fine but does not recognize pip or commands like python --version or python3 --version. Even if I select the path of python before starting python.
Running Windows 11
Hello,
I too have Windows 11 Pro, it is working on my system. Try the following for the Python version:
py --version
Thanks, it works fine. Although I’m from the MSDOS generation I forgot all about it. Used to the Visual Studio environment I tried the commands from the Python interpreter. Sorry