Initializing help system before first use

Choosing a Python Environment Using Conda

You can specify a Python runtime environment using the conda package.
If you use conda to manage Python packages and environments, you can configure Xpress to select a runtime conda environment for your project.

To do this, configure the compiler options so the Python command string invokes the conda executable instead of invoking the Python interpreter directly, and also specifies the environment you want to use:

  1. Open the compiler options. (For more information, see Configuring Compiler Options.)
  2. In the Custom Python Path field, type $CONDA_EXE. (You can also specify the full path to conda.exe.)
  3. In the Custom Python Arguments field, type the following arguments:
    run -n env python
    where env is the name of the environment you want to use.
  4. (Optional) If there are additional arguments you want to pass to the Python interpreter, type them after the python command in the Custom Python Arguments field.

© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.