SoFunction
Updated on 2024-11-13

Tutorial for implementing manual installation of Anaconda environment variables

Install Anaconda environment variables manually

After installing Anaconda, executing python commands or conda commands at the command line results in an error about not being able to find the

At this point we need to manually add the environment variable

1. Open System Properties by typing in Run

在这里插入图片描述

2. Open System Properties, Advanced Options: find System Environment Variables at the bottom;

在这里插入图片描述

3. Add the value of the path variable as shown below:

在这里插入图片描述

在这里插入图片描述

在这里插入图片描述

在这里插入图片描述

在这里插入图片描述

The above is the entire content of this article, which can be tested separately with the following commands.

python -V
conda update conda
conda update anacoda
jupyter notebook

to this article on the manual installation of Anaconda environment variables to achieve the tutorial article is introduced to this, more related to the manual installation of Anaconda environment variables content, please search for my previous articles or continue to browse the following related articles I hope that you will support me in the future more!