Pithon 3.10
Hi there,
I love Bazzite, but I ran into a little problem, I want to run a Py file that requires 3.10. But I can't get it installed. Can anyone tell me how or what to enter in the terminal to install 3.10?
11 Replies
You could maybe run it in a distrobox?
or you can use venv
I have to try, all the commands I set earlier failed, but I don't think I tried Disrobox, but toolbox
whats that ?
basically a simple environment to run specific python version/package
if you want the easy way just do
brew install uv
and then uv run --python 3.10 script.py
this is what happend

Change the script name to your script
Its the same, do i need a path to the directory or something else ?

youll need to run it with full path or cd to the directory containing the script first
it cannot magically find your script lol
Why? 😂 sry linux is nothing you learn in 2 month, leaning curve is very hard. I will ask gpt for the complete command in downloads.
its the same thing in windows, the easy way just open it in folder and right click > open terminal here
Nice, didnt know about that, 1 thing i leaned today 😂