Skip to content

Instantly share code, notes, and snippets.

@akora
Last active September 7, 2020 18:37
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 10 You must be signed in to fork a gist
  • Save akora/bfcc797208004af1f856 to your computer and use it in GitHub Desktop.
Save akora/bfcc797208004af1f856 to your computer and use it in GitHub Desktop.
Install packer on Mac OS
curl -O -L https://dl.bintray.com/mitchellh/packer/packer_0.7.5_darwin_amd64.zip
unzip packer_0.7.5_darwin_amd64.zip
sudo mv packer_0.7 /usr/local/packer
sudo chown $USER /usr/local/packer/
# then update your .bash_profile with the new path e.g.:
# export PATH="/usr/local/git/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/local/packer:$PATH"
@techiechap
Copy link

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment