Skip to content

Instantly share code, notes, and snippets.

@jalquisola
Last active August 29, 2015 14:08
Show Gist options
  • Save jalquisola/5d1e965e018e00db047d to your computer and use it in GitHub Desktop.
Save jalquisola/5d1e965e018e00db047d to your computer and use it in GitHub Desktop.
Install phantomjs in Yosemite
A. Install Using homebrew
brew install phantomjs
If you encounter error this error, phantomjs: OS X Mavericks or older is required for stable,
you can download phantomjs binary.
B. Install using binary
1. Download phantomjs binary, http://phantomjs.org/download.html
2. extract the file
3. sudo cp path_of_download_folder/phantomjs-1.9.7-macosx/bin/phantomjs /usr/local/bin/
@grammakov
Copy link

lifesaver

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