Commit b497768
committed
Add --seed and --python flags to uv venv command in justfile
Updated the 'create' recipe to match autobahn-python's uv venv usage:
- Added --seed flag (installs pip, setuptools, wheel in venv)
- Changed --python flag to use quoted PYTHON_SPEC variable
- Renamed SPEC to PYTHON_SPEC for clarity
This ensures venvs have all necessary tools pre-installed and
matches the pattern used in autobahn-python justfile.1 parent abcc862 commit b497768
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
0 commit comments