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
amel
amel•2mo ago
You could maybe run it in a distrobox?
asen23
asen23•2mo ago
or you can use venv
Pri83max
Pri83maxOP•2mo ago
I have to try, all the commands I set earlier failed, but I don't think I tried Disrobox, but toolbox whats that ?
asen23
asen23•2mo ago
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
Pri83max
Pri83maxOP•2mo ago
this is what happend
No description
asen23
asen23•2mo ago
Change the script name to your script
Pri83max
Pri83maxOP•2mo ago
Its the same, do i need a path to the directory or something else ?
No description
asen23
asen23•2mo ago
youll need to run it with full path or cd to the directory containing the script first it cannot magically find your script lol
Pri83max
Pri83maxOP•2mo ago
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.
asen23
asen23•2mo ago
its the same thing in windows, the easy way just open it in folder and right click > open terminal here
Pri83max
Pri83maxOP•2mo ago
Nice, didnt know about that, 1 thing i leaned today 😂

Did you find this page helpful?