We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release: 1.12.2 Hash: dccedae
lsb_release -a LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch Distributor ID: Rocky Description: Rocky Linux release 8.8 (Green Obsidian) Release: 8.8 Codename: GreenObsidian
Ex: Prior steps taken / Documentation Followed / etc...
which conda outputs the function instead of executable path because function names take precedence.
$ which conda conda () { \local cmd="${1-__missing__}"; case "$cmd" in activate | deactivate) __conda_activate "$@" ;; install | update | upgrade | remove | uninstall) __conda_exe "$@" || \return; __conda_reactivate ;; *) __conda_exe "$@" ;; esac }
This may be specific to my OS environment, but would suggest a more compatible way to get the executable path, like type -P conda.
type -P conda
No response
The text was updated successfully, but these errors were encountered:
I just removed that which conda option. You can check my recent question.
Sorry, something went wrong.
No branches or pull requests
Background Work
Chipyard Version and Hash
Release: 1.12.2
Hash: dccedae
OS Setup
lsb_release -a
LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
Distributor ID: Rocky
Description: Rocky Linux release 8.8 (Green Obsidian)
Release: 8.8
Codename: GreenObsidian
Other Setup
Ex: Prior steps taken / Documentation Followed / etc...
Current Behavior
which conda outputs the function instead of executable path because function names take precedence.
Expected Behavior
This may be specific to my OS environment, but would suggest a more compatible way to get the executable path, like
type -P conda
.Other Information
No response
The text was updated successfully, but these errors were encountered: