简体   繁体   English

在Windows 8.1上添加路径后无法识别Anaconda

[英]Anaconda Not Recognized on Windows 8.1 AFTER Adding to Path

This is starting to get aggravating. 这开始恶化。 I'm getting the typical "conda is not recognized as an internal or external command..." message when trying to run conda in the command line. 尝试在命令行中运行conda时,出现典型的“ conda不被识别为内部或外部命令...”消息。 This is a common issue, and I've found plenty of posts saying to fix it by adding both the Anaconda folder and its script folder to my path. 这是一个常见问题,我发现很多帖子都说可以通过将Anaconda文件夹及其脚本文件夹添加到我的路径来修复它。 The problem is that I've done this, my path looks like: 问题是我已经做到了,我的路径看起来像:

C:\ProgramData\Anaconda3;
C:\ProgramData\Anaconda3\Library\mingw-w64\bin;
C:\ProgramData\Anaconda3\Library\usr\bin;
C:\ProgramData\Anaconda3\Library\bin;
C:\ProgramData\Anaconda3\Scripts;
C:\Program Files\Java\jdk-9.0.1\bin;
C:\ProgramData\Oracle\Java\javapath;
C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32\compiler;
C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64\compiler;
C:\Program Files (x86)\Intel\iCLS Client\;
C:\Program Files\Intel\iCLS Client\;
C:\Windows\system32;
C:\Windows;
C:\Windows\System32\Wbem;
C:\Windows\System32\WindowsPowerShell\v1.0\;
C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;
C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;
C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;
C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;
c:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;
c:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;
C:\Program Files (x86)\ATI Technologie

Anaconda should clearly be in there. 水蟒显然应该在那里。 I've tried restarting the terminal, I've tried adding the path variables by hand/from Anaconda's installer/from the terminal, I've tried restarting my computer after doing this...absolutely no luck. 我尝试过重新启动终端,尝试过手动/从Anaconda的安装程序中/从终端添加路径变量,这样做后尝试重新启动计算机...绝对没有运气。 Does anyone have any other ideas? 还有其他想法吗?

Not enough points to comment. 没有足够的评论要点。 This is the value I added to my path: 这是我添加到路径中的值:

C:\Users\<username>\AppData\Local\Continuum\anaconda3\Scripts

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 添加路径后无法识别 Conda 命令 (Windows 10) - Conda command not recognized after adding Path (Windows 10) python 即使添加到 PATH 后也无法在 Windows CMD 中识别 - python not recognized in Windows CMD even after adding to PATH 将 Anaconda 添加到 PATH 后,Jupyter Notebook 无法打开? - After adding Anaconda to PATH, Jupyter Notebook not opening? AWS CLI窗口-在向环境变量添加路径后仍会出现“无法识别&#39;aws&#39;...”的情况? - AWS cli windows - still getting “'aws' is not recognized…” after adding path to environment variables? 是否将 Anaconda 添加到 Path - Adding Anaconda to Path or not 点不被识别为内部或外部命令(即使添加了PATH变量之后) - Pip not recognized as internal or external command (even after adding PATH variables) IPython Anaconda PyCharm Windows 8.1问题 - IPython Anaconda PyCharm Windows 8.1 Issue 安装并添加到PATH后,在Windows上无法识别“nosetests” - 'nosetests' not recognized on Windows after being installed and added to PATH 停用环境后,在 Anaconda Prompt 中无法识别 conda - conda not recognized in Anaconda Prompt after deactivating environment anaconda - windows 中的路径环境变量 - anaconda - path environment variable in windows
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM