1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #1253: Improved upgrade.sh to allow forcing Python2

This commit is contained in:
Jeremy Stretch
2017-06-09 12:13:47 -04:00
parent 7878992570
commit 0a929f2971
2 changed files with 26 additions and 6 deletions

View File

@@ -52,6 +52,13 @@ Once the new code is in place, run the upgrade script (which may need to be run
# ./upgrade.sh
```
!!! warning
The upgrade script will prefer Python3 and pip3 if both executables are available. To force it to use Python2 and pip, use the `-2` argument as below.
```no-highlight
# ./upgrade.sh -2
```
This script:
* Installs or upgrades any new required Python packages