Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

install python 3.8

# for docker
apt install software-properties-common
add-apt-repository ppa:deadsnakes/ppa
apt install python3.8
Comment

download python 3.8

# the answer is given by Merwanski for linux:

sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt install python3.8

python3.8 --version

# you could also simply go to: https://www.python.org/downloads/ and find your preferred version. 
# install it for your OS. 
Comment

python3.8

sudo yum -y install wget
wget https://www.python.org/ftp/python/3.8.12/Python-3.8.12.tgz
Comment

PREVIOUS NEXT
Code Example
Python :: python run command 
Python :: pytube 
Python :: euclidean distance python 3 variables 
Python :: displaying cv2.imshow on specific window position 
Python :: python opencv subtract two images 
Python :: procfile for django heroku 
Python :: python random randint string 
Python :: how to use argparse 
Python :: nltk remove more stopwords 
Python :: create or append dataframe to csv python 
Python :: Django custome login 
Python :: findout not common values between two data frames 
Python :: django tempalte tag datetime to timestamp 
Python :: django slug int url mapping 
Python :: save numpy array 
Python :: sort first element reverse sort second python 
Python :: django view - APIView (retrieve, update or delete - GET, PUT, DELETE) 
Python :: python thousands separators 
Python :: pandas legend placement 
Python :: how to take input for list in one line in python 
Python :: how to push item to array python 
Python :: ImportError: DLL load failed while importing win32file: The specified module could not be found. 
Python :: django messages 
Python :: time date year python 
Python :: Active Voice Python 
Python :: ord python 
Python :: python concatenate lists 
Python :: how to create a set from a list in python 
Python :: add to python list 
Python :: make legend box transparent in matplotlib 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =