You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Azure ML Studio terminal conda activate works out of the box. We identified that conda activate does not work out of the box when connected to a compute instance with VS Code, user needs to run conda init first or source /etc/profile.
From this issue looks like it is a problem with remote extensions.
We can work around it by manually changing the remote settings.json with:
In Azure ML Studio terminal
conda activate
works out of the box. We identified thatconda activate
does not work out of the box when connected to a compute instance with VS Code, user needs to runconda init
first orsource /etc/profile
.From this issue looks like it is a problem with remote extensions.
We can work around it by manually changing the remote
settings.json
with:The text was updated successfully, but these errors were encountered: