Created
May 17, 2012 05:56
-
-
Save tomoemon/2716822 to your computer and use it in GitHub Desktop.
Ubuntu10.04にPython2.7をインストールするときに必要なライブラリ
This file contains 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
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