LoginSignup
4
1

More than 5 years have passed since last update.

AtomでAnaconda Promptを使う方法

Last updated at Posted at 2017-12-20

WindowsでMinicondaを使っている場合の設定方法です.

  1. Platformio Ide Terminalをインストール.
  2. Platformio Ide TerminalのSetting画面で,
    • Auto Run Command: path\to\miniconda\Scripts\activate.bat root
    • Shell Override: C:\Windows\System32\cmd.exe

activate.batの引数は仮想環境名を指定します.仮想環境を使っていないならrootとします.もちろん,後から別の環境をactivateできます.Shellはデフォルト設定だとうまくいかなかったので,コマンドプロンプトを絶対パスで指定しました.上記2つのセッティングを適切に行えば,LinuxやMacでもできると思います.

無題.png

4
1
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
4
1