![]() |
PyXMake Developer Guide 1.0
PyXMake
|
Initialize PyXMake environment for Python scripts executed directly from the command line. More...
Variables | |
path | |
key | |
p = subprocess.Popen(__pyx_delimn.join([os.getenv("pyx_python_exe",sys.executable),__pyx_args]).split()) | |
_ | |
Initialize PyXMake environment for Python scripts executed directly from the command line.
Set up environment for PyXMake when executing scripts directly from command line. @note: PyXMake environment file. Created on 22.08.2020 @version: 1.0 ---------------------------------------------------------------------------------------------- @requires: - @change: - @author: garb_ma [DLR-FA,STM Braunschweig] ----------------------------------------------------------------------------------------------
|
protected |
Definition at line 67 of file __setenv__.py.
PyXMake.__setenv__.key |
Definition at line 54 of file __setenv__.py.
PyXMake.__setenv__.p = subprocess.Popen(__pyx_delimn.join([os.getenv("pyx_python_exe",sys.executable),__pyx_args]).split()) |
Definition at line 66 of file __setenv__.py.
PyXMake.__setenv__.path |
Definition at line 54 of file __setenv__.py.