Voglio aggiornare rsync in alta sierra.
Dopo averlo installato usando homebrew, è installato in
/usr/local/Cellar/rsync/3.1.3_1
rsync --version mostra ancora 2.6.9. come posso risolvere il problema?
Voglio aggiornare rsync in alta sierra.
Dopo averlo installato usando homebrew, è installato in
/usr/local/Cellar/rsync/3.1.3_1
rsync --version mostra ancora 2.6.9. come posso risolvere il problema?
Open the terminal and paste the command:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"Homebrew will link most software to
/usr/local/bin. However, the terminal may be looking in other folders first, so lets make sure that/usr/local/binis the first line in our path list.sudo nano /private/etc/pathsNow you are ready to install the new Rsync version, and can do so as follows:
brew install rsyncOnce completed, you should sign out and back in to MacOS.
When entering the command below, you will see now that you are using rsync 3.1.3 (at time of writing), instead of rsync 2.6.9. You are no longer running a 12 year old version of Rsync!
rsync --version rsync version 3.1.3 protocol version 31As simple as that.
Leggi altre domande sui tag high-sierra rsync