made get_root work with non-base envs

This commit is contained in:
2025-02-14 22:18:09 +01:00
parent 2072ca6de9
commit e5cfb68b9e

2
snek
View File

@ -82,7 +82,7 @@ class Conda:
def get_root(self):
info = self.get_info()
return info["active_prefix"]
return info["conda_prefix"]
def print_exe(self):