]> SALOME platform Git repositories - tools/sat.git/blob - data/env_scripts/pyreadline.py
Salome HOME
Add config files and some code update for compilation of SALOME-7.8.0
[tools/sat.git] / data / env_scripts / pyreadline.py
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 # pyreadline install dir is PYTHON_ROOT_DIR, environment is set in Python.py
5
6 def set_env(env, prereq_dir, version):
7         env.set('PYREADLINE_ROOT_DIR', env.get('PYTHON_ROOT_DIR'))
8         
9 def set_nativ_env(env):
10         env.set('PYREADLINE_ROOT_DIR', env.get('PYTHON_ROOT_DIR'))
11         
12