mirror of https://github.com/zulip/zulip.git
docs: Update CentOS/RHEL python3 `ln` command in setup-advanced.
This commit is contained in:
parent
453b65bde3
commit
d815239aac
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue