Was looking for a way to set python3.12 for system or specific project. found this gist for Ubuntu under WSL2 https://gist.github.com/4sskick/19f071f0b454849b03c31d753527d86a But I hope last four lines are universal: { cd to cinelerra-gg's source root where autogen.sh is first, I think } ===== - when everything are done, ready to create venv `python3.12 -m venv venv` - do activate the virtual env `source venv/bin/activate` - check python version using on venv `python --version` - do deactivate the virutal env just type `deactivate` on root project =====
Was looking for a way to set python3.12 for system or specific project.
found this gist for Ubuntu under WSL2
https://gist.github.com/4sskick/19f071f0b454849b03c31d753527d86a
But I hope last four lines are universal:
{ cd to cinelerra-gg's source root where autogen.sh is first, I think }
For some reason Fedora 38 does not recognize 3.12 (python --version still says 3.11) so I can not really apply this. However, Fedora 39 is now available and it has python 3.12 as default. Since this is an experimental partition, I will attempt this tomorrow when my brain is in better shape.
ср, 20 дек. 2023 г., 03:38 Phyllis Smith <[email protected]>:
Was looking for a way to set python3.12 for system or specific project.
found this gist for Ubuntu under WSL2
https://gist.github.com/4sskick/19f071f0b454849b03c31d753527d86a
But I hope last four lines are universal:
{ cd to cinelerra-gg's source root where autogen.sh is first, I think }
For some reason Fedora 38 does not recognize 3.12 (python --version still
says 3.11) so I can not really apply this.
are you sure you do not have /usr/bin/python3.12 or something ? Easy top links all talk about Ubuntu/Debian, some suggest to use update-alternatives, some warning AGAINST its use in python case especially ... However, Fedora 39 is now available and it has python 3.12 as default.
Since this is an experimental partition, I will attempt this tomorrow when my brain is in better shape.
Sleep well, walk out and back with your dog :) who I hope is ok.
are you sure you do not have /usr/bin/python3.12 or something ? Easy top links all talk about Ubuntu/Debian, some suggest to use update-alternatives, some warning AGAINST its use in python case especially ...
Well, I did not actually look in /usr/bin and I already shut down that laptop so will boot tomorrow and look in that directory. I think there is just something I do not understand going on.
However, Fedora 39 is now available and it has python 3.12 as default.
Since this is an experimental partition, I will attempt this tomorrow when my brain is in better shape.
Sleep well, walk out and back with your dog :) who I hope is ok.
Buddy is OK and I am trying to teach him to go inside his new outdoor dog house. So when it is cold and/or snowy he will actually go inside it when he refuses to stay in the house because the smoke detector battery is low and is chirping (which always happens around 2 AM).
participants (2)
-
Andrew Randrianasulu -
Phyllis Smith