Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

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
Comment

PREVIOUS NEXT
Code Example
Python :: sneon dr pepper 
Python :: how to create a sub project in django 
Python :: how to set beutfull tkinter button 
Python :: how to drag a box on your screen python 
Python :: place a number randomly in a list python 
Python :: the 100th iteration in python next() 
Python :: pydrive download file 
Python :: python or in if statement 
Python :: passport parsing python 
Python :: first_list = [10,20,30,40] second list = first list second list[3]=400 
Python :: my name is raghuveer 
Python :: schedule a function python inside tkinter loop 
Python :: discord.py cog classes 
Python :: command in python to make negative number positive 
Python :: docstrinfs pyt 
Python :: run a python script with python and catch command line output 
Python :: does building wheel for dlib setup py takes forever 
Python :: file.write must be string python 
Python :: two labels on one axis python 
Python :: geopy set proxy 
Python :: how to get only non-blank entry of list in python 
Python :: tensorflow loop csdn 
Python :: dream manhunt 
Python :: cambiar barra de etitulo tkinter 
Python :: gtk entry not editable python 
Python :: tess real name from suits 
Python :: multiplication table with three lines of code in python 
Python :: numpy euclidean distance matrix broadcasting 
Python :: identify color sequence with OpenCV 
Python :: python-crontab sheduling at specific time 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =