python¶ macos: on a new laptop see setup page install homebrew install using pyenv see dotfiles/ in this repo for more details python aliases¶ using venv in a folder http server alias vvc='python3 -m venv venv' alias vv='source venv/bin/activate' alias vd='deactivate' alias htp='python -m http.server'