Hi,
I’m on my way to upload MRtrix to its latest release (3.0.2) on macOSX using the following command:
sudo bash -c “$(curl -fsSL https://raw.githubusercontent.com/MRtrix3/macos-installer/master/install)”
And that seems to work:
WARNING: /usr/local/mrtrix3 already exists and will be replaced during installation.
Are you sure you want to continue? [y/n] y
Downloading https://github.com/MRtrix3/mrtrix3/releases/download/3.0.2/mrtrix3-macos-3.0.2.tar.gz …
Removing symbolic links of previous installation …
Removing previous installation in /usr/local/mrtrix3 …
Unpacking mrtrix3-macos-3.0.2.tar.gz to /usr/local/mrtrix3 …
Creating symlinks in /usr/local/bin …
Creating symlinks in /Applications …
Installation complete!
However, when I double-check the installed version (for example by typing mrconvert -version it says version 3.0.0.
I’ve also tried to uninstall the current version and install the latest version. Without success.
What am I doing wrong?