RaspberryPi ZERO W 。先日 Pimori でイギリスから取り寄せたもの。
Raspbian Jessie を使用中。今回、Python3 を使いたいのでインストールする。以前の記事そのまま進める。
$ python -V
$ sudo apt-get install build-essential libncursesw5-dev
$ sudo dpkg --configure -a
$ sudo apt-get install build-essential libncursesw5-dev
$ git clone https://github.com/yyuu/pyenv.git ~/.pyenv
$ echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.profile
$ echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.profile
$ echo 'eval "$(pyenv init -)"' >> ~/.profile
$ vim ~/.profile
$ pyenv install 3.5.1
すごい時間がかかる。