Horje
install python debian Code Example
install python debian
sudo apt update
sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libsqlite3-dev libreadline-dev libffi-dev curl libbz2-dev
curl -O https://www.python.org/ftp/python/3.8.2/Python-3.8.2.tar.xz
tar -xf Python-3.8.2.tar.xz
cd Python-3.8.2
./configure --enable-optimizations
make -j 4 # replace -j by the number of core in your process
sudo make altinstall




Shell

Related
split bash string Code Example split bash string Code Example
how to update heroku Code Example how to update heroku Code Example
nuget commandline Code Example nuget commandline Code Example
unzip zip linux on specific folder Code Example unzip zip linux on specific folder Code Example
linux install qt5widgets Code Example linux install qt5widgets Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8