Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

how to change python version on linux

#Check available versions
ls /usr/bin/python*
#Change the used version 3.5 or 3.7 etc
alias python='/usr/bin/python3.x'
#do this other thing
. ~/.bashrc
#Check version 
python --version
Comment

PREVIOUS NEXT
Code Example
Python :: python dump object print 
Python :: convert string array to integer python 
Python :: python f string round 
Python :: # load multiple csv files into dataframe 
Python :: enumurate in python 
Python :: python extraer primer elemento lista 
Python :: matplotlib 3.0.3 wheel file 
Python :: django logout 
Python :: how to return only fractional part in python 
Python :: erreur install pyaudio 
Python :: pytube search feature 
Python :: update tupple in python 
Python :: pil save image 
Python :: python pandas remove punctuation 
Python :: How to use PatBlt in Python 
Python :: matplotlib draw a line between two points 
Python :: access element of dataframe python 
Python :: pearson corr 
Python :: how to python hack 2021 course 
Python :: pandas concat series into dataframe 
Python :: get text from table tag beautifulsoup 
Python :: dataframe index rename 
Python :: python for property in object 
Python :: print 1 thing repeatedly in 1 line python 
Python :: shuffle rows dataframe 
Python :: ValueError: logits and labels must have the same shape ((None, 1) vs (None, 2)) 
Python :: dataframe describe in pandas problems 
Python :: pythonic 
Python :: sacar la posicion en una lista python 
Python :: python localhost 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =