Skip to content
Snippets Groups Projects
Commit 914f1560 authored by Klaus Reuter's avatar Klaus Reuter
Browse files

improve deactivate message, version 0.1.5

parent 76f43f10
No related branches found
Tags 0.1.5
No related merge requests found
Pipeline #181914 passed
......@@ -123,7 +123,7 @@ def write_deactivate_script(cfg):
fp.write("# usage: source deactivate\n")
cmd = "conda deactivate"
fp.write(f"{cmd}\n")
fp.write("echo \"Hint: Run cnd umount now in case the environment is not activated in any other shell.\"\n")
fp.write("echo \"Hint: In case the environment is not activated in any other shell, please run now: cnd umount\"\n")
os.chmod("deactivate", 0o755)
......
......@@ -6,7 +6,7 @@ long_description = (base_dir / "README.md").read_text()
setup(
name='condainer',
version='0.1.4',
version='0.1.5',
description='Build, manage, and run compressed squashfs images of Conda environments transparently on HPC or elsewhere.',
long_description = long_description,
author='Klaus Reuter',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment