前提・実現したいこと
コマンドプロンプトでconda activateができるようにしたい。
発生している問題・エラーメッセージ
エラーメッセージ
CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
If using 'conda activate' from a batch script, change your
invocation to 'CALL conda.bat activate'.
To initialize your shell, run
$ conda init <SHELL_NAME>
Currently supported shells are:
- bash
- cmd.exe
- fish
- tcsh
- xonsh
- zsh
- powershell
See 'conda init --help' for more information and options.
IMPORTANT: You may need to close and restart your shell after running 'conda init'.
試したこと
https://qiita.com/8128/items/877caf785b20758ba7e0
をもとにシステム環境変数のPATHに
C:\Users\ユーザー名\anaconda3
C:\Users\ユーザー名\anaconda3\Scripts
を追加
=>activateファイルを変更する必要があるんですかね?????
補足情報(FW/ツールのバージョンなど)
OS => win10
anaconda => 4.8.2
python => 3.7.6
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/10/07 13:57