微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Why the Anaconda command prompt is the first choice in windows?

In windows,what‘s the difference between command prompt and anaconda prompt

Anaconda command prompt is just like command prompt,but it makes sure that you are able to use anaconda and conda commands from the prompt,without having to change directories or your path.

When you start Anaconda command prompt,you‘ll notice that it adds/("prepends") a bunch of locations to your PATH. These locations contain commands and scripts that you can run. So as long as you‘re in the Anaconda command prompt,you kNow you can use these commands.

you can check your PATH by launch the echo %PATH in your command prompt(cmd.exe in windows) or Anaconda command prompt

During the installation of Anaconda there is a choice to add these to the PATH by default,and if checked you can also use these commands on the regular command prompt. But the anaconda prompt will always work. see the snapshot of installing anaconda below:

分享图片

As far as updating conda,if it doesn‘t work in command prompt,you can launch

conda update conda

in Anaconda command prompt.

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐