#Cant seem to run installed python packages

7 messages · Page 1 of 1 (latest)

wintry solstice
#

for some reason works when i use pip in vscodium terminal
sh-5.2$ pip install customtkinter
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: customtkinter in ./.var/app/com.vscodium.codium/data/python/lib/python3.12/site-packages (5.2.2)
Requirement already satisfied: darkdetect in ./.var/app/com.vscodium.codium/data/python/lib/python3.12/site-packages (from customtkinter) (0.8.0)
Requirement already satisfied: packaging in /usr/lib/python3.12/site-packages (from customtkinter) (24.1)
sh-5.2$

#

in vscodium

sh-5.2$ /bin/python /home/mahir/Desktop/Code/shitdows.py

in terminal

mahir@mahir:/bin$ cd /bin/python
bash: cd: /bin/python: No such file or directory
mahir@mahir:/bin$

wtf

#

/home/mahir/.var/app/com.vscodium.codium/data/python/lib/python3.12/site-packages/

lol i think it uses packages from here

wintry solstice
#

mahir@mahir:~$ python source .venv/bin/activate"

wtf is this

ivory talon
#

So, python seems to not have a "source" command or something, straight to the interpreter. Huh.

wintry solstice
#

ig

wintry solstice