I have installed cmake
to /usr/local
but when I use it, receive this:
bash cmake-3.18.6-Linux-x86_64.sh --skip-license --prefix=/usr/local
I run cmake --version
, but:
bash: /usr/bin/cmake: No such file or directory
Any ideas?
I have installed cmake
to /usr/local
but when I use it, receive this:
bash cmake-3.18.6-Linux-x86_64.sh --skip-license --prefix=/usr/local
I run cmake --version
, but:
bash: /usr/bin/cmake: No such file or directory
Any ideas?
hash -d cmake
. See related Can't run command installed with apt after removing the snap of that package and Remove path to uninstalled codeblocks – steeldriver Jul 29 '21 at 14:52