mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
Log and readme improvements
This commit is contained in:
parent
9aaa088624
commit
2407fe614b
2 changed files with 13 additions and 4 deletions
|
@ -68,3 +68,12 @@ If you want to test the data submission code in `submit_to_perfherder.py` withou
|
|||
* Run `jpm xpi` in the `firefox/addon` folder
|
||||
* Install the generated `xpi` file to your Firefox Nightly
|
||||
|
||||
# Troubleshooting
|
||||
|
||||
If you saw this error message:
|
||||
|
||||
```
|
||||
venv/bin/activate: line 8: _OLD_VIRTUAL_PATH: unbound variable
|
||||
```
|
||||
|
||||
That means your `virtualenv` is too old, try run `pip install -U virtualenv` to upgrade (If you installed ubuntu's `python-virtualenv` package, uninstall it first then install it through `pip`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue