ev3dev-lang-python icon indicating copy to clipboard operation
ev3dev-lang-python copied to clipboard

Installing dev build via Makefile installs to different location

Open WasabiFan opened this issue 6 years ago • 0 comments

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.

WasabiFan avatar Aug 18 '19 07:08 WasabiFan