Installing To A System Without Internet Access

If the system that you want to install Supervisor to does not haveInternet access, you’ll need to perform installation slightlydifferently. Since both pip and pythonsetup.pyinstall depend on internet access to perform downloads of dependentsoftware, neither will work on machines without internet access untildependencies are installed. To install to a machine which is notinternet-connected, obtain the following dependencies on a machinewhich is internet-connected:

Copy these files to removable media and put them on the targetmachine. Install each onto the target machine as per itsinstructions. This typically just means unpacking each file andinvoking pythonsetup.pyinstall in the unpacked directory.Finally, run supervisor’s pythonsetup.pyinstall.

Note

Depending on the permissions of your system’s Python, you mightneed to be the root user to invoke pythonsetup.pyinstallsuccessfully for each package.