Skip to content

Instantly share code, notes, and snippets.

@kitak
Created September 22, 2016 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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