start new:
tmux
start new with session name:
tmux new -s myname
# INSTALLATION | |
# Step 1: Install pyenv | |
curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash | |
# This will output some instructions to add a few lines to | |
# your ~/.bash_profile file. Once you've done that | |
# then open a new terminal window to continue. | |
# Step 2: Install some versions of Python | |
# This will take a few minutes |