Skip to content Skip to sidebar Skip to footer

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:

  1. Press (macOS): ++P, (Linux/Windows: Ctrl+Shift+P) in VS Code.
  2. Type: python select interpreter
  3. Select /Users/Joris/anaconda3/envs/astro3/bin/python
  4. Test if your lib is usable.

Post a Comment for "Python Path In Vscode"