- Notifications
You must be signed in to change notification settings - Fork0
Rebuild a Homebrew-based Python dev environment from scratch
License
NotificationsYou must be signed in to change notification settings
jcarbaugh/repython
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Rebuild aHomebrew-basedPython dev environment from scratch. Includes:
- Python 3.10
- pipenv
- pipx
- virtualenv
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