install python3
sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev wget
curl -O https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tar.xz
tar -xf Python-3.7.4.tar.xz
cd Python-3.7.4
./configure --enable-optimizations
make
sudo make altinstall
python3.7 --version
cd ../https://www.python.org/ftp/python/3.8.2/python-3.8.2.exeYou cannot just pip install python3 because it is not a library.
If you want to install the latest python3:
https://www.python.org/ftp/python/3.8.2/python-3.8.2.exe # For macs...
# Apparently you don't want to upgrade 2.* just install 3.*
% brew install python3
Also in Shell:
- git file reset to head
- how see my user name mac terminal
- grep remove duplicates
- changing folder permission in linux
- docker post installation steps linux
- linux zip all folders except one
- set git remote heroku to https://git.heroku.com/resume-projects.git
- Running modprobe bridge br_netfilter failed with message: ip: can't find device
- start a local SMTP debugging server in linux
- how to install react router dom with typescript
- linux set environment variable
- is there a steam repository for kali linux
- git sync branch with master
- matplotlib install
- how to check node version
- powershell convert text 20MB to bytes
- make a batch file that accepts pipe input
- direnv
- bash split variable by delimiter
- unarchive tar acrhive
- ubuntu ec2 node mongodb connect ECONNREFUSED 127.0.0.1:27017
- matrix synapse install
- git diff two commits
- remove gitignore files