0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

VSCode で anaconda の python を使う(設定編)

Last updated at Posted at 2019-07-24

構文チェックで 「import できねぇぜw」って出るまで気が付かなかった。
以下の設定が必要

python.condaPath
example)E:\python\anaconda\condabin\conda.bat

python.pythonPath
example)E:\python\anaconda\envs\hoge\python.exe

どうやら、パスの指定にエスケープは必要ないらしい。って書きたかった記事。

(追記)
エスケープいらないって書いたけど、settings.jsonにはきっちりエスケープありのもので反映されてました^^;
やっぱりいるんじゃんw

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?