下載完最新的anaonda之后,用
conda upgrade --all
升級所有包含的包。
碰到了
==> WARNING: A newer version of conda exists. <==
current version: 4.4.10
latest version: 4.5.4
Please update conda by running
好的,升級conda。
conda update -n base conda
于是出現(xiàn)了
(base) C:\Users\Xey>block should really be the equivalent of
'block' 不是內(nèi)部或外部命令,也不是可運行的程序
或批處理文件。
百度了下解決方法:
把C:\Windows\System32加入到path就ok。
再試就沒有報錯,也能正常升級。
bingo。