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
|
|
@ -32,7 +32,7 @@ You can install third-party plugins using the `manage.py` script. To do this:
|
|||
:::{tab-item} Debian
|
||||
|
||||
```{code-block} shell
|
||||
python manage.py fw plugins install https://plugin_url.zip
|
||||
python3 manage.py fw plugins install https://plugin_url.zip
|
||||
```
|
||||
|
||||
:::
|
||||
|
|
@ -40,7 +40,7 @@ You can install third-party plugins using the `manage.py` script. To do this:
|
|||
:::{tab-item} Docker
|
||||
|
||||
```{code-block} shell
|
||||
docker-compose run --rm api python manage.py fw plugins install https://plugin_url.zip
|
||||
docker-compose run --rm api python3 manage.py fw plugins install https://plugin_url.zip
|
||||
```
|
||||
|
||||
:::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue