mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Added PS1 variable before activating virtualenv
This commit is contained in:
parent
ed47f89e79
commit
2f900a0427
1 changed files with 2 additions and 1 deletions
|
@ -8,5 +8,6 @@ set -o errexit
|
||||||
set -o nounset
|
set -o nounset
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
source python/_virtualenv/bin/activate
|
PS1="" source python/_virtualenv/bin/activate
|
||||||
|
# `PS1` must be defined before activating virtualenv
|
||||||
python python/servo/mutation/init.py components/script/dom
|
python python/servo/mutation/init.py components/script/dom
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue