Closed
Description
Create a conda env without Python
The version information returned is invalid {"major":-1,"minor":-1,"patch":-1}
This causes issues in Jupuyter extesnion as we display messages based on the version of the python environment, and -1 isn't a valid version number.
Ideally it should be undefined
I would setting the whole version property to be undefined
as -1 is not a valid version.
Or have a seperate type for Non-Python environments. Such as conda environments that do not contain Python, as thats definitely possible, after all conda is not just for python, one can create environments for Java, Node.js, etc with Conda