Install Conda PCLinuxOS
Hi! The Tutorial shows you Step-by-Step How to Install Python Conda in PCLinuxOS GNU/Linux.
And Conda for PCLinuxOS is a Python Package Manager but also an amazing Python Environment Manager.
So with just few Conda Commands you can set up a totally Separate Environment to run that different version of Python, while continuing to run your usual version of Python in your normal Environment.
-
Open Terminal Window
(Press “Enter” to Execute Commands). -
Install Python 2/3 PIP for PCLinuxOS GNU/Linux
-
Then to Install Conda in PCLinuxOS.
pip install conda
Or System wide with:
sudo pip install conda
-
How to Make a Separate Python Enviroment with Conda
So Now I’m truly Happy if My Guide could Help you to Install Conda in PCLinuxOS!