Commit db343579 authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Fixed python path for automated build script.

parent 0198503f
......@@ -39,8 +39,9 @@ make install
# Install Python wrappers.
OPENMM_INCLUDE_PATH=$INSTALL/include
OPENMM_LIB_PATH=$INSTALL/lib
PYTHON=${HOME}/miniconda/bin/python
cd python
python setup.py install --prefix=$INSTALL
$PYTHON setup.py install --prefix=$INSTALL
cd ..
# Copy all tests to bin directory so they will be distributed with install package.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment