Skip to content

Instantly share code, notes, and snippets.

@tomoemon
Created May 17, 2012 05:56
Show Gist options
  • Save tomoemon/2716822 to your computer and use it in GitHub Desktop.
Save tomoemon/2716822 to your computer and use it in GitHub Desktop.
Ubuntu10.04にPython2.7をインストールするときに必要なライブラリ
sudo apt-get install libsqlite3-dev zlib1g-dev libbz2-dev libreadline-dev libncurses-dev libgdbm-dev libglobus-openssl-dev
pythonbrew使うと入れるの楽
http://www.ninxit.com/blog/2011/05/28/pythonbrew%E3%81%A7%E6%A7%8B%E7%AF%89%E3%81%99%E3%82%8Bpython%E9%96%8B%E7%99%BA%E7%92%B0%E5%A2%83/
$ echo "VIRTUALENVWRAPPER_PYTHON=py2.6.6" >> ~/.bashrc
は export を付ける
$ echo "export VIRTUALENVWRAPPER_PYTHON=py2.6.6" >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment