fix: use versioned python3 instead of python
This commit is contained in:
parent
95d8ab5dd4
commit
efbdc027ab
26 changed files with 122 additions and 122 deletions
|
|
@ -16,7 +16,7 @@ To ensure you don't remove data by accident, this command runs in dry run mode b
|
|||
:sync: debian
|
||||
|
||||
```{code-block} sh
|
||||
poetry run python manage.py check_inplace_files
|
||||
poetry run python3 manage.py check_inplace_files
|
||||
```
|
||||
|
||||
:::
|
||||
|
|
@ -25,7 +25,7 @@ poetry run python manage.py check_inplace_files
|
|||
:sync: docker
|
||||
|
||||
```{code-block} sh
|
||||
docker-compose run --rm api python manage.py check_inplace_files
|
||||
docker-compose run --rm api python3 manage.py check_inplace_files
|
||||
```
|
||||
|
||||
:::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue