Answers for "change between two python 3 version in raspberrry pi"

0

change between two python 3 version in raspberrry pi

sudo update-alternatives --install /usr/bin/python3 python3 /usr/local/bin/python3.6 0


How it works 
sudo update-alternative --install <link> <name> <path> <priority>

how to check what is the priority list ?

sudo update-alternatives --config python3
Posted by: Guest on December-16-2020

Code answers related to "change between two python 3 version in raspberrry pi"

Python Answers by Framework

Browse Popular Code Answers by Language