Skip to content

Commit

Permalink
Fixed output for Mac OS X installation
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiolsilva committed Jun 16, 2017
1 parent ebf6dea commit d9ba291
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup/easy_install_bbp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -267,4 +267,6 @@ echo "export BBP_VAL_DIR=$BASEDIR/bbp_val"
echo "export PYTHONPATH=$BBPDIR/comps"
echo "export BBP_DATA_DIR=$BASEDIR/bbp_data"
echo "export PATH=$BBPDIR/comps:$BBPDIR/utils/batch:\$PATH"
echo "ulimit -s unlimited"
if [ "$(uname)" != "Darwin" ]; then
echo "ulimit -s unlimited"
fi

0 comments on commit d9ba291

Please sign in to comment.