Skip to main content

Using *conda to provide python dependencies for esoreflex - Knowledgebase / Data processing and analysis software resources - ESO Operations Helpdesk

Using *conda to provide python dependencies for esoreflex

Authors list

Using *conda to provide python dependencies for esoreflex


Whether installed via the package managers (RPM or MacPorts) or via the install script, esoreflex will be configured to use the system python (usually /usr/bin/python), or for MacPorts /opt/local/bin/python3.X). And even for script installations instructions are provided here to install the required python packages via package managers covering macOS, RPM- and APT-based systems.

But it is possible to configure esoreflex to use any python installation. But note, except in the case of package manager installations, it is the user's responsibility to insure that all the required python packages are installed.

Complete instructions to setup a dedicated condo based environment, and configure esoreflex to use it are given here.