Search code examples
pythonlinuxinstallationanacondapython-2.6

Anaconda Python with Python 2.6


I need to install Anaconda Python on Linux but it has to be Python 2.6 (due to a package dependency). The computer doesn't have direct internet access although I can transfer files to it via another machine i.e. I can download X using another box and then transfer the file. This is how I have been pip installing packages

So my question is, how can I install Anaconda Python with Python 2.6 without direct internet access?

Maybe using an old Anaconda version but I don't know which one.


Solution

  • Anconda release notes has information about the version of Python they have shipped with some relese. For e.g in you can get Python 2.6.8 in Anaconda 1.7.0 release while Anaconda 1.8.0 had Python 2.6.9 . For more information please see https://docs.anaconda.com/anaconda/reference/release-notes/.

    And for downloading the specific version of release use the following URL https://repo.continuum.io/archive/