In addition to the info from the previous posts in this thread, you'll need to add
/usr/local/bin/pip
to /opt/.filetool.lst to make pip persistent.
usr/local/lib/python2.7/site-packages/APScheduler will make APS persistent.
Bill,
Your procedure (with added bits) seemed to work well and I have now been able to import apscheduler into Python 2.7.
I have one further clarification to ask for. You mentioned at the beginning that APScheduler is case sensitive, and so I followed your instructions to the letter. All of the commands worked OK (there was a fairly lengthy error message when I installed APScheduler, regarding ownership of the install location, but it seemed to work OK).
However, I've noticed that the APScheduler code seems to be installed in
usr/local/lib/python2.7/site-packages/apscheduler not
usr/local/lib/python2.7/site-packages/APScheduler and I have to import
apscheduler, not
APScheduler, so should I be backing up
usr/local/lib/python2.7/site-packages/apscheduler instead (or as well)?