Skip to content

Instantly share code, notes, and snippets.

@density215
Created August 10, 2015 10:09
Show Gist options
  • Save density215/2526dbc90de08182d29e to your computer and use it in GitHub Desktop.
Save density215/2526dbc90de08182d29e to your computer and use it in GitHub Desktop.
SmartOS python 2.7 in global zone
cd /
curl -k http://pkgsrc.joyent.com/packages/SmartOS/bootstrap/bootstrap-2015Q2-x86_64.tar.gz | gzcat | tar -xf -
pkg_admin rebuild
pkgin -y up
pkgin in python27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment