공부
[python] change python version
승가비
2024. 2. 4. 18:58
728x90
sudo update-alternatives --config python3
There are 2 choices for the alternative python3 (providing /usr/bin/python3).
Selection Path Priority Status
------------------------------------------------------------
0 /usr/bin/python3.7 2 auto mode
1 /usr/bin/python3.6 1 manual mode
* 2 /usr/bin/python3.7 2 manual mode
Press <enter> to keep the current choice[*], or type selection number:
https://dev.to/alfchee/how-to-switch-between-python-3-versions-5gh6
How to switch between Python 3 versions
I'm new in the Python world, and the big change I know it happened this year 2020 (in the Python worl...
dev.to
728x90