Back to Browse

Anaconda Python Part 3 Create Virtual Environment in Linux

857 views
Nov 9, 2022
13:01

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- https://youtu.be/2xjW_Q5NxxI Anaconda Part 2 Demo Data Set in Jupyter Notebook- https://youtu.be/y0X4A0Kvx-0 Anaconda Part 4 Update Anaconda Guidelines- https://youtu.be/V-aeYmZ3X6Y 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/managing-project-specific-environments-with-conda-b8b50aa8be0e How to set up Anaconda and Jupyter Notebook the right way- https://towardsdatascience.com/how-to-set-up-anaconda-and-jupyter-notebook-the-right-way-de3b7623ea4a Conda cheat sheet from Anaconda docs-https://docs.conda.io/projects/conda/en/4.6.0/_downloads/52a95608c49671267e40c689e0bc00ca/conda-cheatsheet.pdf

Download

0 formats

No download links available.

Anaconda Python Part 3 Create Virtual Environment in Linux | NatokHD