sudo apt-get updatesudo apt-get install emacs
git clone https://github.com/pyenv/pyenv.git ~/.pyenvecho 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.profileecho 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.profileecho -e 'if command -v pyenv 1>/dev/null 2>&1; then\n eval "$(pyenv init -)"\nfi' >> ~/.profile- log out and back in