todd-dsm / mac-ops

QnD Automation to build a MacBook Pro for DevOps
MIT License
11 stars 7 forks source link

Update rsync #21

Closed todd-dsm closed 5 years ago

todd-dsm commented 6 years ago

brew install rsync

Failure:

==> Installing nmap
==> Downloading https://homebrew.bintray.com/bottles/nmap-7.60.sierra.bottle.tar.gz
######################################################################## 100.0%
==> Pouring nmap-7.60.sierra.bottle.tar.gz
==> Caveats
Python modules have been installed and Homebrew's site-packages is not
in your Python sys.path, so you will not be able to import the modules
this formula installed. If you plan to develop with these modules,
please run:
  mkdir -p /Users/tthomas/Library/Python/2.7/lib/python/site-packages
  echo 'import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")' >> /Users/tthomas/Library/Python/2.7/lib/python/site-packages/homebrew.pth
==> Summary
    /usr/local/Cellar/nmap/7.60: 794 files, 25.7MB
todd-dsm commented 5 years ago

fixed; testing

todd-dsm commented 5 years ago

Looks good:

$ grep rsync config-output.log 
+ brew install git nmap rsync ...
==> Downloading https://homebrew.bintray.com/bottles/rsync-3.1.3_1.sierra.bottle.tar.gz
==> Pouring rsync-3.1.3_1.sierra.bottle.tar.gz
🍺  /usr/local/Cellar/rsync/3.1.3_1: 9 files, 752KB

$ ls -l `which rsync`
lrwxr-xr-x 1 vagrant admin 33 Sep  9 00:00 /usr/local/bin/rsync -> ../Cellar/rsync/3.1.3_1/bin/rsync