Closed
Description
Bug report
Bug description:
I recently did a fresh python installation, from python.org (https://www.python.org/ftp/python/3.12.2/python-3.12.2-amd64.exe)
I did installed it on an "uncommon" directory (D:\EDM115\Programmes\Python312\
), but this had never caused any issue in the past.
The main issue is that the Scripts
folder was simply empty, meaning that no pip command worked. I verified that the pip checkbox was checked, tried to repair and later redo the install, only to face the same issues.
What fixed it was to run py -m ensurepip --upgrade
and later rename D:\EDM115\Programmes\Python312\Scripts\pip3.exe
to D:\EDM115\Programmes\Python312\Scripts\pip.exe
, but I believe that it should be done automatically
CPython versions tested on:
3.12
Operating systems tested on:
Windows