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
Select an interpreter from the command palette (Python Extension functionality)
The version info displayed for Python 2.7 env is incorrect. We're displaying the display name of the root environment.
Currently we're using the python_version from the json returned in conda info --json and this is incorrect.
The solution would be to just invoke --version to get the version off the interpreter.
* Add support for pip and/or conda when installing modules
* Fix display versions for environments (fixes#378)
* Refactor installer to use the pip/conda module installer for installation of modules
* Performance improvement of detecting virtual env and setting it (fixes#372)
* Code refactor to ensure interpreter locators use the new DI framework
* Fixes#266
The version info displayed for Python 2.7 env is incorrect. We're displaying the display name of the root environment.
Currently we're using the
python_version
from the json returned inconda info --json
and this is incorrect.The solution would be to just invoke
--version
to get the version off the interpreter.The text was updated successfully, but these errors were encountered: