docs: Update CentOS/RHEL python3 `ln` command in setup-advanced.

This commit is contained in:
rht 2019-01-04 20:29:52 +00:00 committed by Tim Abbott
parent 453b65bde3
commit d815239aac
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ git remote add -f upstream https://github.com/zulip/zulip.git
```
# On CentOS/RHEL, you must first install epel-release, and then python36,
# and finally you must run `sudo ln -sf /usr/bin/python36 /usr/bin/python3`
# and finally you must run `sudo ln -nsf /usr/bin/python36 /usr/bin/python3`
# On Fedora, you must first install python3
# From a clone of zulip.git
./tools/provision