I had python2.6 running. I was running an algo forked from scikit-learn; and all dependencies were running. Upon revisiting the project to generate some results, getting module not installed errors.
However, I cant find python2.6 at /usr/bin/. I only symbolic links to /usr/bin/python2.7/ . I do have a usr/lib/python2.6, with the scikit learn dependencies there.
If I install python-brew and python2.6, then will that run with the prior built scikit-learn libraries? Or is a post-install python2.6 not able to interpret the pre-install python2.6/scikit/etc? At what point is python built vs interpreted?
Finally, scikit-learn has updated. Therefore, if I rebuild a new python/scikit, it will require a rewrite of my algo./unsure about back-forked-compatibility off pulled repo...
will switching to pythonbrew python2.6 do the trick?
(pre-game advice is appreciated)