Anaconda 2023-03 Python Distribution Installation on Linux

Channel:
Subscribers:
7,760
Published on ● Video Link: https://www.youtube.com/watch?v=6xltDD6tc0I



Duration: 35:40
225 views
4


Installing the Anaconda 2023-03 Python Distribution on Fedora Linux 38 or Ubuntu 23.04 and using the conda package manager:

Written Guide:
https://dellwindowsreinstallationguide.com/installing-mambaforge-or-anaconda-on-linux/

00:00 Uninstalling Old Configuration and Purging Old Configuration Files
01:26 Bash Prompt
01:57 Python Prompt
03:15 Anaconda and Mambaforge
04:30 Installing Anaconda
06:45 The .bashrc file
07:15 The base Python Environment and Library Imports
09:03 The Anaconda Navigator
09:38 Spyder
09:52 JupyterLab
11:34 Why Not to Update the base Python Environment
12:57 Why Not to Update spyder in the base Python Environment
14:22 The conda Package Manager Subcommands
14:50 conda list
15:13 conda search package
15:26 channels conda (Anaconda channel) vs conda-forge (community channel)
16:50 conda create environment
17:15 conda activate environment
17:40 conda install package1 package2 ...
18:45 Selecting Python environments in the Anaconda Navigator
19:42 Using Python Environments
22:04 conda update --all
22:40 conda list --revision
23:10 conda install --revision 1
23:59 conda clean --all
24:25 conda remove
25:35 conda env list
25:55 conda env export to environment.yml
26:52 conda env create -n environment -f environment.yml
28:07 Python environment for the latest Spyder IDE
28:59 Python environment for the latest JupyterLab IDE
31:55 Python environment for VSCode IDE

#Anaconda #Python #Linux