Commit bb653fa
committed
chore(bin): rename py-update to py-dev and use repo-local Python launcher
Rename `bin/py-update`/`bin/py-update.cmd` to `bin/py-dev`/`bin/py-dev.cmd`.
Standardize both scripts to invoke the repository-local Python launcher from
the script directory (`$SCRIPT_DIR/py` / `%~dp0py.cmd`), install the project's
`requirements-dev.txt` from the repo root, and run `setup.py develop` for the
three local packages.
- Renamed: bin/py-update -> bin/py-dev (POSIX)
- Renamed: bin/py-update.cmd -> bin/py-dev.cmd (Windows)
- Scripts now: install `requirements-dev.txt` from project root and run package dev installs1 parent 5659252 commit bb653fa
4 files changed
+13
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
This file was deleted.
This file was deleted.
0 commit comments