Skip to content

Instantly share code, notes, and snippets.

@prabhatkashyap
Created October 24, 2017 12:53
Show Gist options
  • Select an option

  • Save prabhatkashyap/179e826bedbc3c88435e45d3642b8f22 to your computer and use it in GitHub Desktop.

Select an option

Save prabhatkashyap/179e826bedbc3c88435e45d3642b8f22 to your computer and use it in GitHub Desktop.
#If you don't have bin under your home folder, create it
mkdir ~/bin
#64-bit
mv phantomjs-1.9.1-linux-x86_64/bin/phantomjs ~/bin/phantomjs
#32-bit
mv phantomjs-1.9.1-linux-i686/bin/phantomjs ~/bin/phantomjs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment