Spike - More than 1/2 of our users use Python environments that are of type unknown #9417
Labels
area-environments
Features relating to handling interpreter environments
bug
Issue identified by VS Code Team member as probable bug
needs spike
Label for issues that need investigation before they can be worked on.
verified
Verification succeeded
Milestone
To improve the overall extension we need to understand what this unknown is.
path
variable in shell will ensure the right environment will get picked when user typespython
(we have an issue for this)Unknown
in captured telemetry.Note:
/usr/bin/python
)C:/Program Files/Python/python.exe
or similar) could fall into this categorySuggestions:
unknown
we should:/usr/bin/python
or<Program Files>/Python/python.exe
or<User dir>/App Data/....
or similar (is this a standard install of python?)virtualenv
or similar exist in the path? (indicates we haven't been able to identify a conda environment, hence indicative of a bug/room for improvement.)conda
exist in the path? (indicates we haven't been able to identify a conda environment, hence indicative of a bug/room for improvement)miniconda
exist in the path? (indicates we haven't been able to identify a conda environment, hence indicative of a bug/room for improvement)What next :
unknown
environments fall into we could take additional actions:unknown
, we can prompt user to send additional information for diagnostic purposes?unknown
, we can prompt user to send additional information for diagnostic purposes?The text was updated successfully, but these errors were encountered: