Merge pull request #152896 from crasm/vczf

miniconda.rb: add manual initialization method
This commit is contained in:
Miccal Matthews 2023-08-21 08:16:23 +08:00 committed by GitHub
commit 9a90909fec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -40,5 +40,8 @@ cask "miniconda" do
caveats <<~EOS
Please run the following to setup your shell:
conda init "$(basename "${SHELL}")"
Alternatively, manually add the following to your shell init:
eval "$(conda "shell.$(basename "${SHELL}")" hook)"
EOS
end