forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Support symlink Python environments #19166
Copy link
Copy link
Closed as not planned
Labels
area-environmentsFeatures relating to handling interpreter environmentsFeatures relating to handling interpreter environmentscommunity askFeature request that the community expressed interest inFeature request that the community expressed interest infeature-requestRequest for new features or functionalityRequest for new features or functionalityinfo-neededIssue requires more information from posterIssue requires more information from posterneeds proposalNeed to make some design decisionsNeed to make some design decisions
Metadata
Metadata
Assignees
Labels
area-environmentsFeatures relating to handling interpreter environmentsFeatures relating to handling interpreter environmentscommunity askFeature request that the community expressed interest inFeature request that the community expressed interest infeature-requestRequest for new features or functionalityRequest for new features or functionalityinfo-neededIssue requires more information from posterIssue requires more information from posterneeds proposalNeed to make some design decisionsNeed to make some design decisions
Hello, we have been using Hermit to install portable versions of python and this is working great except that with VS Code we can not select that python as an interpreter.
For example
/Users/damien/Development/example/bin/python3because in reality it is:I think this is similar to Dart-Code/Dart-Code#3961