Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
PythonPath.h
Go to the documentation of this file.
1 #ifdef _DEBUG
2 #define PYTHON_PATH_BUILD_TYPE "/Debug"
3 #else
4 #define PYTHON_PATH_BUILD_TYPE "/Release"
5 #endif
6 
7 #define PYTHON_LIBRARY "/usr/lib/python3.6/config-3.6m-x86_64-linux-gnu/libpython3.6m.so"
8 
9 #ifdef WIN32
10 //Todo: windows system python
11 #define EXTERNAL_SITE_PACKAGES "/home/ubuntu/dcl1/Build-D-n/ep/lib/python./site-packages"
12 #define EXTERNAL_DIST_PACKAGES "/home/ubuntu/dcl1/Build-D-n/ep/lib/python./dist-packages"
13 #else
14 #define EXTERNAL_SITE_PACKAGES "/home/ubuntu/dcl1/Build-D-n/ep/lib/python./site-packages"
15 #define EXTERNAL_DIST_PACKAGES "/home/ubuntu/dcl1/Build-D-n/ep/lib/python./dist-packages"
16 #endif