mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
Explicitly update mysqlclient with pip
On Ubuntu bionic (18.04) python3.6 is delivered with an outdated mysqlclient package. It has to be updated manually first, otherwise seafile 8.x won't work.
This commit is contained in:
parent
1c1a1e4767
commit
02e10c8832
|
|
@ -16,7 +16,7 @@ Note, you should install Python libraries system wide using root user or sudo mo
|
|||
```sh
|
||||
apt-get install libmysqlclient-dev
|
||||
|
||||
sudo pip3 install future mysqlclient
|
||||
sudo pip3 install -U future mysqlclient
|
||||
```
|
||||
|
||||
* For Debian 10
|
||||
|
|
|
|||
Loading…
Reference in New Issue