We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37ca40b commit 16fba40Copy full SHA for 16fba40
tasks.py
@@ -32,7 +32,7 @@ def environment(ctx, clean=False, env_name=env_name):
32
print("deleting environment")
33
path = os.environ.get("PATH")
34
ctx.run(
35
- f"{source!s} deactivate; mamba remove -n {env_name!s} --all",
+ f"mamba remove -n {env_name!s} --all",
36
env={"PATH": f"{activate_path()}:{path}"},
37
)
38
# Create a new environment
0 commit comments