[YOLOv7-environment construction ①] Anaconda installation and configuration environment variables

Download link:

Source: (blogger) Tang San.

Link: https://pan.baidu.com/s/1y6s_EScOqvraFcx7iPSy1g 
Extraction code: m1oa

Download steps:

1. Download

  •  Right click on the downloaded file and select "Run as Administrator"

  •  Arrive at this interface after NEXT, choose according to your personal needs: only the current user is visible or all users are visible (private computer, both are acceptable), here I choose All Users

  • custom download path

My download path is: Create a folder named: YOLOv7.environment in the D drive, which includes:

 

Among them: the save path of Anaconda downloaded this time is the first folder

  • Check both in this interface (if you check the first one, you don’t need to configure the environment variables yourself, but the downloaded PyCharm version needs to be consistent with the one in the link; if you don’t check the first one, you need to configure the environment variables yourself)

  •  After the download is complete, uncheck the last two boxes to prevent information leakage

 2. Configure environment variables (if the first box is not checked, you need to configure it)

  • Right click on "This PC", click "Properties"

  •  Scroll to the end and select "Advanced System Settings"

  •  Click on "Environment Variables"

  •  Double-click "Path"

  •  Click "New"

  • Configure according to the software download path defined by yourself (if the previous one is consistent with my download path, just copy and paste)

D:\YOLOv7.environment\Anaconda
D:\YOLOv7.environment\Anaconda\Library\mingw-w64\bin
D:\YOLOv7.environment\Anaconda\Library\usr\bin
D:\YOLOv7.environment\Anaconda\Library\bin
D:\YOLOv7.environment\Anaconda\Scripts
  •  After creating the above path, click "OK"
  • Enter "cmd" in the input box to open the "Command Prompt" as an administrator

  • Enter conda -V, the content as shown in the figure appears, that is, the installation is completely completed

Guess you like

Origin blog.csdn.net/qq_59942266/article/details/128299898