jlewi / devboxes

Developer bokes
0 stars 0 forks source link

/opt/conda/bin/python isn't on the path #16

Open jlewi opened 1 year ago

jlewi commented 1 year ago

The conda version of Python isn't on the path which causes problems. Need to manually do

export PATH=/opt/conda/bin:$PATH
jlewi commented 1 year ago

I wonder if this is an issue with how the shell gets set in vscode? Sometimes it seems to happen but in others it doesn't?

Should we start thinking about adding tests for this sort of thing?