Video description
Conda commands for beginnersLearn 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 ObjectivesIn 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
Table of contents
Product information
- Title: Conda commands for beginners
- Author(s):
- Release date: June 2022
- Publisher(s): Pragmatic AI Solutions
- ISBN: 50138VIDEOPAIML
You might also like
book
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, 2nd Edition
Through a series of recent breakthroughs, deep learning has boosted the entire field of machine learning. …
book
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, 3rd Edition
Through a recent series of breakthroughs, deep learning has boosted the entire field of machine learning. …
video
Deep Learning with TensorFlow, Keras, and PyTorch
7+ Hours of Video Instruction An intuitive, application-focused introduction to deep learning and TensorFlow, Keras, and …
book
Python for Data Analysis, 2nd Edition
Get complete instructions for manipulating, processing, cleaning, and crunching datasets in Python. Updated for Python 3.6, …