microsoft / python-environment-tools

MIT License
76 stars 4 forks source link

When resolving an env from path, we might have to first find all those in `paths` and global envs #68

Open DonJayamanne opened 5 days ago

DonJayamanne commented 5 days ago

E.g. what if we get a virtualenvwrapper path & we have not yet searched all of the global virtual env locations The category might not be correct along with other information.

E.g. in resolve we might marke it as unknown and when searching through paths we might mark it as globalOther or GlobalVirrual, globalPath or other.