Skip to content

Instantly share code, notes, and snippets.

@kitak
Created September 22, 2016 22:23
Show Gist options
  • Save kitak/54b6a3db6ba4c5370ca0c6db7159b1fc to your computer and use it in GitHub Desktop.
Save kitak/54b6a3db6ba4c5370ca0c6db7159b1fc to your computer and use it in GitHub Desktop.
自鯖にPythonいれたときのメモ
git clone https://github.com/tagomoris/xbuild.git
export LC_ALL='ja_JP.UTF-8'
mkdir local && xbuild/python-install 3.5.2 ~/local/python-3.5.2
/home/kitak/local/python-3.5.2/bin/pip install --upgrade pip
/home/kitak/local/python-3.5.2/bin/pip install virtualenv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment