Skip to content

Commit d0ef93a

Browse files
authored
Remove reference to python 2
1 parent e1b4d0e commit d0ef93a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

macosx.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,7 @@ function build_moab {
3636
make install
3737
export LD_LIBRARY_PATH=${install_dir}/moab/lib:$LD_LIBRARY_PATH
3838
export LIBRARY_PATH=${install_dir}/moab/lib:$LIBRARY_PATH
39-
if [ -z \$PYTHONPATH ]
40-
then
41-
export PYTHONPATH=${install_dir}/moab/lib/python2.7/site-packages
42-
else
43-
export PYTHONPATH=${install_dir}/moab/lib/python2.7/site-packages:\$PYTHONPATH
44-
fi
39+
4540
echo "export LD_LIBRARY_PATH=${install_dir}/moab/lib:\$LD_LIBRARY_PATH" >> ~/.bashrc
4641
echo "export LIBRARY_PATH=${install_dir}/moab/lib:\$LIBRARY_PATH" >> ~/.bashrc
4742
echo "export CPLUS_INCLUDE_PATH=${install_dir}/moab/include:\$CPLUS_INCLUDE_PATH" >> ~/.bashrc

0 commit comments

Comments
 (0)