The Software update manager runs the updates with a simple pip install -U <package> command.
The ~/.pip/pip.conf file would only be added after the update ran.
Can the setup.py be changed to point to a separate server for the update? Keep in mind that the devices only have pip version 9.0 ...
See download_url option for setuptools
The Software update manager runs the updates with a simple
pip install -U <package>command.The
~/.pip/pip.conffile would only be added after the update ran.Can the
setup.pybe changed to point to a separate server for the update? Keep in mind that the devices only have pip version 9.0 ...See
download_urloption forsetuptools