forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-environmentsFeatures relating to handling interpreter environmentsFeatures relating to handling interpreter environmentsauthor-verification-requestedIssues potentially verifiable by issue authorIssues potentially verifiable by issue authorbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded
Milestone
Description
When opening a new terminal, the path is corrupted to have "undefined" where the previous path should be:
bash-4.4$ echo $PATH
/custompython/bin:undefined
This only seems to occur with a custom Python installation we have. It doesn't happen with the stock Redhat install or any virtualenvs created from that.
If I click on Show environment contributions in the terminal, the Python extension part shows this:
## Extension: ms-python.python
- `PATH=/path/to/my/python/bin:undefined`
Metadata
Metadata
Assignees
Labels
area-environmentsFeatures relating to handling interpreter environmentsFeatures relating to handling interpreter environmentsauthor-verification-requestedIssues potentially verifiable by issue authorIssues potentially verifiable by issue authorbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded