install python linux
sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.8In RHEL & CENTOS::
Step 1: Open a Terminal and add the repository to your Yum install.
sudo yum install -y https://repo.ius.io/ius-release-el7.rpm
Step 2: Update Yum to finish adding the repository.
sudo yum update
Step 3: Download and install Python.
sudo yum install -y python36u python36u-libs python36u-devel python36u-pip
For verification ::
python3.6 -V
In ubuntu ::
$ sudo apt-get update
$ sudo apt-get install python3.6
//IF you have problem with your pip try the oldest one :]
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py; python get-pip.py
pip install xlrd --upgrade
Also in C++:
- check user group console linux
- how to install scrapy-user agents
- rm directory linux
- install serverless framework
- install and set up mariadb django
- install angular cli version
- elixir continuous integration workflow in github
- how to access bashrc on linux
- install wmctrl
- DRIVE LINUX
- linux get recursive directory size
- ubuntu color picker
- install easyadmin-bundle symfony
- invokemethodonnull powershell try catch
- start redis server
- pyopenssl 20.0.0 has requirement cryptography>=3.2, but you'll have cryptography 2.8 which is incompatible.
- dos findstr
- who is affected by meningitis
- bash find text in all csv files
- Unable to locate package brave-browser ubuntu 20
- install libreoffice linux
- python zlib
- how to ls git branch
- how to make branch in git command