Scikit-Learn Lubuntu 18.04 - Installation
-
1. Launching Shell Emulator
Open a Terminal window
Ctrl+Alt+t on Desktop
(Press “Enter” to Execute Commands) -
2. Making conda Virtual Env
How to Create conda Virtual Environment in GNU/Linux
-
3. Installing PIP
So now to Install PIP with conda.
conda install pip
-
4. Installing Scikit-Learn
Then to Install Scikit-Learn on Lubuntu.
pip install scikit-learn
And to Search and Display All the available Modules for Scikit do:
pip search scikit
So Now I’m truly Happy if My Guide could Help you to Install Scikit-Learn on Lubuntu 18.04!
Contents