We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62cbf22 commit 99ed2bdCopy full SHA for 99ed2bd
fipy/tools/logging/environment.py
@@ -26,7 +26,7 @@ def conda_info(conda="conda"):
26
27
info["conda_info"] = json.loads(stdout)
28
p = subprocess.Popen([conda, "env", "export",
29
- "--name", info["conda_info"]["active_prefix_name"],
+ "--prefix", info["conda_info"]["active_prefix"],
30
"--json"],
31
stdout=subprocess.PIPE)
32
stdout, _ = p.communicate()
0 commit comments