Skip to content

Instantly share code, notes, and snippets.

View yanivyalda's full-sized avatar

Yaniv Yalda yanivyalda

  • Melbourne, Australia
View GitHub Profile
@yanivyalda
yanivyalda / Debian_Salt_Python2.7
Last active December 14, 2015 22:28
Debian Python 2.7 and Salt Installation Notes
apt-get install gcc build-essential libsqlite3-dev zlib1g-dev libncurses5-dev libgdbm-dev libbz2-dev libreadline5-dev libssl-dev libdb-dev
apt-get install python-argparse python-zmq swig
#add /etc/apt/sources.list
deb http://debian.madduck.net/repo squeeze-backports main
deb-src http://debian.madduck.net/repo squeeze-backports main
wget http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tgz
tar -xzf Python-2.7.3.tgz