GNU/Linux Debian Bullseye Installing Conda Guide
Hi! The Tutorial shows you Step-by-Step How to Install Python Conda in Debian Bullseye 11.x GNU/Linux Desktop.
And Conda for Debian Bullseye 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.
Finally, this Setup is valid for all the Debian-based Distros like:
- Kali
- MX Linux
- Deepin
- Parrot
- antiX
- SparkyLinux
- Q4OS
- Netrunner
- Voyager
- MakuluLinux
- Elive
- LMDE
- Parsix (You may just need to Discover what’s the Parent Release)
1. Terminal Getting-Started Guide
How to QuickStart with Command Line on Debian GNU/Linux
First Update the Apt Repo Sources with:
sudo apt update
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.
Contents