mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove the Ubuntu get-pip part
This commit is contained in:
parent
9f7e7cfa50
commit
1f22af9f47
1 changed files with 0 additions and 9 deletions
|
@ -72,15 +72,6 @@ sudo apt install python3-virtualenv python3-pip
|
|||
./mach bootstrap
|
||||
```
|
||||
|
||||
If you are on Ubuntu 20.04 or higher you need to do the following to install the missing python3 bits:
|
||||
|
||||
```sh
|
||||
curl https://bootstrap.pypa.io/get-pip.py -sSf -o get-pip.py
|
||||
python3 get-pip.py
|
||||
python3 -m pip install virtualenv
|
||||
sudo apt install python3-dev
|
||||
```
|
||||
|
||||
If `./mach bootstrap` doesn't work, file a bug, and, run the commands below:
|
||||
|
||||
``` sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue