I noticed Chris Liechti just checked in some more python code for spy-by-wire.
Thanks.
Is there a way to install python site-packages files in a user location we
choose instead of a system location?
Else is there a way to be sure old code is uninstalled by setup.py?
The system location is different in different distros, so finding it can be
harder than if you keep everything under /opt/mspgcc for instance.
I often want to wipe an installation before I start over
and compile and test a new version of code .
I like to still be able to go back to what works easily by moving a
backed up directory.
John Griessen