Set up until you can use Spyder
#twm &
exec gnome-session
Start-up
vncserver -geometry 1920x1080
--Remember the display number and specify 0.0.0.0:2
etc. when connecting.
--RealVNC client for Windows, F8
to get out of full screen.
sudo ln -s /usr/local/bin/git /usr/bin`
sudo git clone https://github.com/yyuu/pyenv.git /usr/local/pyenv
--Environment settings for all users. Add the following to / etc / bashrc
and / etc / zsh / zshrc
.
export PYENV_ROOT=/usr/local/pyenv
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
sudopy () {
sudo bash -c "export PYENV_ROOT=/usr/local/pyenv; export PATH=\$PYENV_ROOT/shims:\$PYENV_ROOT/bin:\$PATH; $*"
}
--Install the appropriate version
sudopy pyenv install anaconda2-4.0.0
Recommended Posts