mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
docs: Update CentOS/RHEL python3 ln command in setup-advanced.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user