fix(python): rename alias for activate venv

This commit is contained in:
Hanashiko 2025-05-05 11:00:11 +03:00
commit 55c5c8daff
2 changed files with 3 additions and 3 deletions

View file

@ -18,8 +18,8 @@ plugins=(... python)
| `pygrep <text>` | Looks for `text` in `*.py` files in the current directory, recursively |
| `pyuserpaths` | Add user site-packages folders to `PYTHONPATH`, for Python 2 and 3 |
| `pyserver` | Starts an HTTP server on the current directory (use `--directory` for a different one) |
| `act` | Activate the local environment |
| `pyr` | Run `main.py` |
| `pya` | Activate the local environment |
| `pyr` | Run `main.py` |
## Virtual environments