Difference between revisions of "Python-core"

From UFRC
Jump to navigation Jump to search
m (Moskalenko moved page Python3-core to Python-core: https://support.rc.ufl.edu/show_bug.cgi?id=42528)
Line 1: Line 1:
 
[[Category:Software]][[Category:Python]]
 
[[Category:Software]][[Category:Python]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
|{{#vardefine:app|python3-core}}
+
|{{#vardefine:app|python-core}}
 
|{{#vardefine:url|http://python.org/}}
 
|{{#vardefine:url|http://python.org/}}
 
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)-->
 
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)-->

Revision as of 15:54, 6 April 2020

Description

python-core website  

This is the module to use when all you need from python is the core install to provide a scripting interface for an application you are building. It does not have any external library dependencies. If you need any python modules in addition to those in Python Standard Library you will have to install them in your personal filespace and set the PYTHONPATH accordingly

Required Modules

Core

  • python-core - This module should work well as a provider of a scripting engine for application builds in all compiler branches.

Compiler Dependent

  • intel or gcc
  • python-core

System Variables

  • HPC_PYTHON-CORE_DIR - installation directory
  • HPC_PYTHON-CORE_BIN - executable directory
  • HPC_PYTHON-CORE_LIB - library directory