sudo apt-get install python3
$ sudo apt-get install software-properties-common
$ sudo add-apt-repository ppa:deadsnakes/ppa
$ sudo apt-get update
$ sudo apt-get install python3.8
$ sudo add-apt-repository ppa:deadsnakes/ppa
$ sudo apt-get update
$ sudo apt install python3.9
#run all of these
python -V
python3 -V
sudo apt-get update
sudo apt install python-pip
sudo apt install python3-pip
pip install numpy
pip3 install --upgrade numpy
pip show numpy
pip3 show numpy
pip install --upgrade numpy
pip3 install --upgrade numpy
#start any python 3 version
python3
import numpy as np
#
In 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.
run ./configure script
make
make install
~$ git clone https://github.com/sherlock-project/sherlock.git
~$ cd sherlock
~/sherlock$ pip3 install -r requirements.txt