cmdx not installed by registry set up #3287
-
aqua info$ aqua info
{
"version": "",
"commit_hash": "",
"os": "linux",
"arch": "amd64",
"pwd": "/home/(USER)/Documents/code/aqua-registry",
"root_dir": "/home/(USER)/.local/share/aquaproj-aqua",
"env": {},
"config_files": [
{
"path": "/home/(USER)/Documents/code/aqua-registry/aqua.yaml"
}
]
} Overviewhttps://aquaproj.github.io/docs/products/aqua-registry/contributing/#cmdx---task-runner says "cmdx is installed by Set up already" I just tried to set up for the first time according to https://aquaproj.github.io/docs/products/aqua-registry/contributing/#set-up, and cmdx is not installed for me with "aqua i -l". (Well at least it's not in $PATH.) How to reproduceaqua.yaml Other related code such as local Registry
Executed command and output $ Debug output$ Expected behaviourcmdx installed in $PATH like the instructions indicate. Actual behaviour$ cmdx NoteNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It looks weird. Seems like you build aqua yourself.
How did you install aqua? |
Beta Was this translation helpful? Give feedback.
-
Do you set the environment variable https://aquaproj.github.io/docs/install/#2-set-the-environment-variable-path export PATH="${AQUA_ROOT_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/aquaproj-aqua}/bin:$PATH" |
Beta Was this translation helpful? Give feedback.
Do you set the environment variable
$PATH
?https://aquaproj.github.io/docs/install/#2-set-the-environment-variable-path