Git config:
https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup
git config --global user.name "MY_USER_NAME"
git config --global user.email myemail@email.com
https://scikit-learn.org/stable/install.html
python3 --version
pip3 --verison
sudo apt install python3-pip
pip3 install scikit-learn
Edit the .bashrc file:
sudo nano ~/.bashrc
Insert the line below into the .bashrc file
export PATH=$PATH:/home/username/.local/bin