Anaconda Python Part 3 Create Virtual Environment in Linux

Опубликовано: 20 Март 2026
на канале: babarehner
857
12

Anaconda has 2 functions- (1) package manager and (2) create a development environment. This video focuses on the second function by creating a virtual environment using 'conda create -n new_virtual_environment' from the Anaconda set of packages.

Command line for packages that were pasted in during the video (don't copy the '$' sign):
$ conda install -c conda-forge cython seaborn sympy openpyxl xlrd xlsxwriter regex

Also:
Anaconda Part 1 Install Anaconda in Ubuntu 22.04-    • Anaconda Python Part 1 Install Anaconda fo...  
Anaconda Part 2 Demo Data Set in Jupyter Notebook-    • Anaconda Python Part 2 Demo Data Set in Ju...  
Anaconda Part 4 Update Anaconda Guidelines-    • Anaconda Python Part 4 Update Anaconda Gui...  

00:00 Introduction- What is a Virtual Environment?
02:12 Create New Virtual Environment
04:20 Search for Python Packages on Different Anaconda Channels
05:35 Install Packages in New Environment
09:50 Update Jupyter Notebook File (Restart Kernel)
11:50 Delete a Virtual Environment

Additional Info:

Getting Started with Conda- https://towardsdatascience.com/managi...

How to set up Anaconda and Jupyter Notebook the right way- https://towardsdatascience.com/how-to...

Conda cheat sheet from Anaconda docs-https://docs.conda.io/projects/conda/...