How can I use Python path downloaded in the Linux/WSL(Windows Ubuntu 16) as the main python in VSCODE?
Python Paths
Windows Python path: C:\Users\Sam\Anaconda3
LINUX/Subsystem/WSL Python path: /root/anaconda3
Current setup
OS Windows 10 Text Editor VScode Python path (Editor settings) C:\Users\Sam\Anaconda3 Subsytem/WSL Ubuntu Terminal
Preferred Setup
OS Windows 10 Editor: VScode Python path (Editor Settings): /root/anaconda3 Terminal: Wsl ubuntu terminal
Basically I want to direct my VSCode to the Linux python path instead of the windows python path. To get from Linux root to windows C:/ directory I go through mnt/c/Users