/repython

Rebuild a Homebrew-based Python dev environment from scratch

Primary LanguageShellCreative Commons Zero v1.0 UniversalCC0-1.0

repython

repython build

Rebuild a Homebrew-based Python dev environment from scratch. Includes:

Download and run locally or run directly from the web:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/jcarbaugh/repython/master/repython.sh)"

Once rebuilt, ensure that the pipx, pyenv, and Homebrew binary locations are on your path:

PATH=~/.local/bin:~/.pyenv/shims:/usr/local/bin:$PATH