-
Notifications
You must be signed in to change notification settings - Fork 0
Environment Variables
Harry Zhurov edited this page Feb 27, 2018
·
2 revisions
export BOOST_PATH="/opt/cad/boost/1_66_0"
export PYTHON_VERSION=3.5
export PYTHON_INCLUDE="/usr/include/python${PYTHON_VERSION}"
export PYTHON_LIBPATH="/usr/lib/python${PYTHON_VERSION}/config-${PYTHON_VERSION}m-x86_64-linux-gnu"
export PYTHON_LIBRARY="python${PYTHON_VERSION}m"
set VER=36
setx BOOST_PATH D:\cad\boost\1_66_0
setx PYTHON_VERSION %VER%
setx PYTHON_INCLUDE D:\CAD\anaconda\include
setx PYTHON_LIBPATH D:\CAD\anaconda\libs
setx PYTHON_LIBRARY python%VER%