clearlinux / distribution

Placeholder repository to allow filing of general bugs/issues/etc against the Clear Linux OS for Intel Architecture linux distribution
522 stars 29 forks source link

System-wide user installed python package is located in `/usr/local/lib/python3.8/site-packages` even if Python is already upgraded to 3.13. #3202

Open hksdpc255 opened 1 week ago

hksdpc255 commented 1 week ago

System-wide user installed python package is allowed to located in /usr/local/lib/python3.8/site-packages according to the file /usr/lib/python3.13/site-packages/usrlocal.pth.

Is that normal? If it is, why not locate it to /usr/local/lib/python3/site-packages?