Created
August 10, 2015 10:09
-
-
Save density215/2526dbc90de08182d29e to your computer and use it in GitHub Desktop.
SmartOS python 2.7 in global zone
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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