selfteaching / selfteaching/selfteaching-python-camp

Day02 运行程序时出现:无法将“conda”项识别为cmdlet、函数、脚本文件或可运行程序的名称。请检查……

Open
#372 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

学习素材分享
Dominant language
Python
Stars
151
Forks
875
PR merge metrics
No merged PRs in 30d

Description

问题原因:没有添加系统变量,所有系统根本识别不了conda命令,找不到位置
解决方法:添加环境变量
具体路径:控制面板>系统与安全>系统>高级系统设置>高级>环境变量>path>编辑>新建。然后添加环境变量即可,具体名称以自己的安装路径为准(我添加的是C:\Anaconda3、C:\Anaconda3\Scripts、C:\Anaconda3\Scripts\activate)

原始解决网页:https://blog.csdn.net/u013211009/article/details/78437098

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No repository file, test, or entry point is identified. Start by reviewing the project's existing setup documentation for Windows and conda instructions; done means the documented environment-variable steps address the reported command-not-found error without relying on the external blog link.

Written by the indexing model from the issue text.

Assessment

Tech stack
anaconda, powershell, python
Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.