mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Fix WPT when /usr/bin/python is python3
Use the Python that was detected during configure.
This commit is contained in:
parent
f701a9b827
commit
f67f6ef062
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ objdir="$2"
|
|||
shift 2
|
||||
|
||||
cd $objdir/..
|
||||
test -d _virtualenv || virtualenv _virtualenv
|
||||
test -d _virtualenv || virtualenv _virtualenv -p $(which $PYTHON)
|
||||
test -d $servo_root/src/test/wpt/metadata || mkdir -p $servo_root/src/test/wpt/metadata
|
||||
test -d $servo_root/src/test/wpt/prefs || mkdir -p $servo_root/src/test/wpt/prefs
|
||||
source _virtualenv/bin/activate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue