LoginSignup
0
0

More than 3 years have passed since last update.

Windows Terminal で Anaconda を使うメモ

Posted at

今回は、Windows TerminalでAnacondaを使う方法をメモしておきます。
Windows Terminal は Microsoft Store からインストールできます。

image.png

Windows Terminalの設定

Windows Terminalの「V」からSettingsを選びます。
image.png

左メニューのプロファイル欄一番下に「Add new」があるので、プロファイルを追加します。

image.png

Command lineを以下を参考に入力します。その他の項目はお好きなように設定しても大丈夫です。

cmd.exe "/K" %HOMEPATH%\anaconda3\Scripts\activate.bat

image.png

最後に「Save」をクリックします。

Anaconda Promptを起動

Windows Terminalの「V」から追加したプロファイルを選択するとAnaconda Promptを起動できます。

image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0