Visual Studio Code ํ์ด์ฌ(Python) ์ธํฐํ๋ฆฌํฐ(Interpreter) ๊ฒฝ๋ก ๋ณ๊ฒฝ
Visual Studio Code์์ ์์ ์ ํ๋ค๋ณด๋ฉด Python ๋ฒ์ ์ ๋ง์ถ๊ธฐ ์ํด ๊ฒฝ๋ก ๋ณ๊ฒฝ์ด ํ์ํ ๋๊ฐ ์๋ค.
์ด๋ฅผํ ๋ฉด Python2.x๋ฒ์ ์ ์ฌ์ฉํ๋ค๊ฐ Python3.x๋ฒ์ ์ ์ฌ์ฉํ๋ ๊ฒฝ์ฐ,
ํน์ Anacondaํ๊ฒฝ์ Python์ ์ฌ์ฉํ๋ ๊ฒฝ์ฐ ๋ฑ์ด ๊ทธ๋ด ๊ฒ์ด๋ค.
1. F1 ๋๋ Ctrl + Shift + P ์ ๋ ฅ(Palette ๋ช ๋ น)
2. Python Interpreter๋ฅผ ์ ๋ ฅํ์ฌ "Python: Select Interpreter" ํด๋ฆญ
3. ์ํ๋ Python Interpreter๋ฅผ ์ฌ์ฉ
์ด๋ ๊ฒ ๋๋ฉด settings.jsonํ์ผ์ด ์์ฑ ํน์ ๋ณ๊ฒฝ๋์ด Python interpreter์ ๊ฒฝ๋ก๋ฅผ ์ง์ ํด์ฃผ๊ฒ ๋๋ค.
์๋์ ๋ ๋งํฌ๋ฅผ ์ฐธ์กฐํ๋ฉด Visual Studio Code๊ฐ ์ด๋ค ๋ฐฉ์์ผ๋ก Python ๊ฐ๋ฐ ํ๊ฒฝ์ ๊ด๋ฆฌํ๋์ง ์์๋ณผ ์ ์๋ค.
https://code.visualstudio.com/docs/python/environments
Interpreter๋ฅผ ์๋์ผ๋ก ์ฐพ์์ฃผ๋ ๋ถ๋ถ๋ ๋งค์ฐ ํฅ๋ฏธ๋กญ๋ค.
https://code.visualstudio.com/docs/python/environments#_where-the-extension-looks-for-environments
๋๊ธ