Python Path In Vscode
I have an Anaconda distribution installed on Mac OSX (10.14.2). With it, I installed VSCode which I'm to write python scripts. Recently, I've updated some environments in Anaconda
Solution 1:
- Press (macOS): ⇧+⌘+P, (Linux/Windows: Ctrl+Shift+P) in VS Code.
- Type:
python select interpreter
- Select
/Users/Joris/anaconda3/envs/astro3/bin/python
- Test if your lib is usable.
Post a Comment for "Python Path In Vscode"