pep-dortmund / homepage-toolbox

Website for the PeP et al. Toolbox Workshop at TU Dortmund
http://toolbox.pep-dortmund.org
3 stars 1 forks source link

Known VSCode Bug on MacOS (workaround) #70

Closed LuckyJosh closed 2 years ago

LuckyJosh commented 5 years ago

The integrated terminal of vscode does something to the PATH variable, with the effect of placing anaconda at the end of the path. Therefore the python version used by the terminal wont be the anaconda one.

There is a workaround, taken from this github issue: This entry has to be added to the settings.json file:

"terminal.integrated.env.osx": {
        "PATH": ""
}
jpwgnr commented 2 years ago

This is outdated, right?