Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcarbaugh/repython
Rebuild a Homebrew-based Python dev environment from scratch
https://github.com/jcarbaugh/repython
development-environment pip pipenv python python-development python3
Last synced: 22 days ago
JSON representation
Rebuild a Homebrew-based Python dev environment from scratch
- Host: GitHub
- URL: https://github.com/jcarbaugh/repython
- Owner: jcarbaugh
- License: cc0-1.0
- Created: 2020-05-15T14:53:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T16:03:27.000Z (about 2 years ago)
- Last Synced: 2024-12-01T09:12:47.937Z (25 days ago)
- Topics: development-environment, pip, pipenv, python, python-development, python3
- Language: Shell
- Size: 18.6 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# repython
![repython build](https://github.com/jcarbaugh/repython/workflows/repython%20build/badge.svg)
Rebuild a [Homebrew](https://brew.sh)-based [Python](https://www.python.org) dev environment from scratch. Includes:
- Python 3.10
- [pipenv](https://pipenv.pypa.io/en/latest/)
- [pipx](https://pipxproject.github.io/pipx/)
- [virtualenv](https://virtualenv.pypa.io/en/latest/)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
```