Linux Ubuntu Installer Python 3.7
sudo apt-get install python3.7
ztl
sudo apt-get install python3.7
sudo apt install python3.8
python -m pip show scikit-learn # to see which version and where scikit-learn is installedpython -m pip freeze # to see all packages installed in the active virtualenvpython -c "import sklearn; sklearn.show_versions()"