Use Anaconda to Manage Python Environments on Windows

How to use Anaconda on Windows to manage Python environments, including creating environments, switching versions, and installing packages.

Install Anaconda

Download from: https://www.anaconda.com/products/individual

Basic usage

Open Anaconda Prompt and manage environments:

1
2
3
conda info --envs
conda create -n py38 python=3.8
conda activate py38
记录并分享
Built with Hugo
Theme Stack designed by Jimmy