-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
Description
Localpaths was more or less added so that people didn't have to worry about installing virtualenv and pip, and installing packages. But these days we have the wpt
frontend, and it doesn't make sense to use sys.path
hacks when we could instead just pip install -e
all the components. This would have the advantage of being way less confusing.
One thing to be careful of is that this is likley to impact downstream consumers like Gecko, Servo and maybe also Blink/WebKit. With that in mind cc: @jdm, @Hexcles