Skip to content

Instantly share code, notes, and snippets.

@tclain
Last active January 7, 2019 18:04
Show Gist options
  • Save tclain/e1cb28b9034bc4fbadf548ec0995399e to your computer and use it in GitHub Desktop.
Save tclain/e1cb28b9034bc4fbadf548ec0995399e to your computer and use it in GitHub Desktop.
cd ~
SUBLIME_FOLDER="Library/Application Support/Sublime Text 3/Installed Packages"
curl -L https://github.com/emmetio/pyv8-binaries/raw/master/pyv8-osx-p3.zip > v8.zip
mkdir -p $SUBLIME_FOLDER/PyV8
cd $SUBLIME_FOLDER/PyV8
unzip $HOME/v8.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment