Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save rodolfobandeira/6fae26242cdd5b0c8e7b31f0b49fc39a to your computer and use it in GitHub Desktop.

Select an option

Save rodolfobandeira/6fae26242cdd5b0c8e7b31f0b49fc39a to your computer and use it in GitHub Desktop.
PhantomJS 1.8.2 on MacOS
phamtomjs -v
2.1.1
curl http://repo1.maven.org/maven2/com/github/klieber/phantomjs/1.8.2/phantomjs-1.8.2-macosx.zip -o phantomjs-1.8.2.zip
unzip -x phantomjs-1.8.2.zip
which phantomjs
/usr/local/bin/phantomjs
mv ./phantomjs-1.8.2-macosx/bin/phantomjs /usr/local/bin/phantomjs
phantomjs --version
1.8.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment