Open Skibicki opened 5 months ago
I have been unable to reproduce the issue.
A pip
upgrade through UniGetUI is consistently run relative to the directory of the pip
binary. That is, if the pip
binary can be found in:
> where.exe pip
C:\Python312\Scripts\pip.exe
then the packages are installed relative to that directory:
> pip list --verbose
Package Version Location Installer
------------ ------- ------------------------------ ---------
blinker 1.8.2 C:\Python312\Lib\site-packages pip
click 8.1.7 C:\Python312\Lib\site-packages pip
colorama 0.4.6 C:\Python312\Lib\site-packages pip
Flask 2.3.3 C:\Python312\Lib\site-packages pip
The pip
update on UniGetUI calls pip
directly as can be seen from the logs:
Please confirm these before moving forward
Describe your issue
When upgrading a Python package in the User folder, it is installed in the system site packages (Python312\Lib\site-packages) instead of the user folder (Users\Name\AppData\Roaming\Python\Python312\site-packages).
Steps to reproduce the issue
No response
WingetUI Log
Package Managers Logs
Relevant information
No response
Screenshots and videos
No response