franciscorubin/vscode-ipython

Sourcing base conda env does not work when there is a "." in the path

Opened this issue · 0 comments

The path to the anaconda base env needs to be quoted:

source /home/iuvbio/.opt/anaconda3/bin/activate

raises a SyntaxError.