ev3dev / ev3dev-lang-python

Pure python bindings for ev3dev
MIT License
431 stars 145 forks source link

Installing dev build via Makefile installs to different location #657

Open WasabiFan opened 5 years ago

WasabiFan commented 5 years ago

It appears that the Makefile puts the module in /usr/local/lib/python3.5/dist-packages/ while the real package puts it in /usr/lib/python3/dist-packages/, making it impossible to revert the change by reinstalling the real package. Not immediately sure how setup.py works so I'm leaving this for later.