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.

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...