Conda commands for beginners

Video description

Conda commands for beginners

Learn how to use basic conda commands for developing Python

If you are new to Conda, you might forget some of its basic commands. Even though I use it all the time, I forget how to remove an environment. In this video lesson, I'll cover the basics of environment creation, package installation, and environment removal. If you are only looking to find how to remove a Conda environment, no need to watch the whole lesson: conda env remove --name [ENV NAME] is the way to go!

Conda is very popular because it allows you to install packages beyond Python packages like pip does. You can specify the Python version as well which I also cover in this lesson.

Learning Objectives

In this lesson you will learn:

  • How to create a conda environment
  • List available environments and check which one is activated
  • Activate and deactivate a conda environment
  • Remove conda environments along with Python packages
Useful Resources

Table of contents

  1. Lesson 1
    1. "Conda Commands"

Product information

  • Title: Conda commands for beginners
  • Author(s): Alfredo Deza, Noah Gift
  • Release date: June 2022
  • Publisher(s): Pragmatic AI Solutions
  • ISBN: 50138VIDEOPAIML