Christopher Hoover
  • Home
Sign in Subscribe

Tools

A collection of 2 posts
Virtual Environments in Anaconda
Tools

Virtual Environments in Anaconda

You can think of a virtual environment as a container for a Python project. You can make as many virtual environments as you like (usually one per project), and assign each one a unique name. What you'll have is a working copy of Python that's isolated
19 Feb 2024 1 min read
Helpful commands in Anaconda
Tools

Helpful commands in Anaconda

Create an environment using a specific version of Python You can create a virtual environment with a specific version of python this way: `conda create -n myenv python=3.6` Clone environment You can clone an environment `conda create --name myclone --clone myenv List environments What environments have you created?
19 Feb 2024 1 min read
Page 1 of 1
Christopher Hoover © 2025
  • Sign up
Powered by Ghost