forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Labels
area-environmentsFeatures relating to handling interpreter environmentsFeatures relating to handling interpreter environmentsinfo-neededIssue requires more information from posterIssue requires more information from postertriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team
Description
[ERROR 2022-9-26 9:58:25.237]: getActivatedEnvironmentVariables Error: Command failed: /Users/donjayamanne/miniforge3/bin/conda run -p /Users/donjayamanne/crap/.conda/bin/python --no-capture-output python /Users/donjayamanne/.vscode-insiders/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py /Users/donjayamanne/.vscode-insiders/extensions/ms-python.python-2022.16.1/pythonFiles/printEnvVariables.py
The above argument is incrrect it should be
/Users/donjayamanne/miniforge3/bin/conda run -p /Users/donjayamanne/crap/.conda --no-capture-output python
The value for -p argument should tbe the path to the environent and not the excutable
Metadata
Metadata
Assignees
Labels
area-environmentsFeatures relating to handling interpreter environmentsFeatures relating to handling interpreter environmentsinfo-neededIssue requires more information from posterIssue requires more information from postertriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team