diff --git a/bob/devtools/bootstrap.py b/bob/devtools/bootstrap.py index 31fd8162d398d40c0d319cd8d2cd39a0a585c515..3ce36344fc16b0e24de1e4a5a224f4bf291fe813 100644 --- a/bob/devtools/bootstrap.py +++ b/bob/devtools/bootstrap.py @@ -203,7 +203,7 @@ def ensure_miniconda_sh(): installer. """ - # WARNING: if you update this version, remember to update hahes below + # WARNING: if you update this version, remember to update hashes below # AND our "mirror" in the internal webserver path = "/miniconda/Miniconda3-py37_4.8.2-%s-x86_64.sh" if platform.system() == "Darwin": @@ -514,9 +514,6 @@ if __name__ == "__main__": elif args.command == "channel": - # update conda first - run_cmdline([conda_bin, "update", "--yes", "conda"]) - # installs from channel channels = get_channels( public=True,