Python インストール

wget https://www.python.org/ftp/python/3.5.1/Python-3.5.1.tgz
tar xvf Python-3.5.1.tgz
cd Python-3.5.1/
./configure --prefix=/home/myaccount/
make
make install

$python3 -V
Python 3.5.1