Fix typo in python demo (#3676)

This commit is contained in:
Sergei Chipiga 2018-09-07 00:56:21 +03:00 committed by Philip Hyunsu Cho
parent 308f664ade
commit 8dac0d1009

View File

@ -1,5 +1,5 @@
#!/bin/bash
export PYTHONPATH=PYTHONPATH:../../python-package
export PYTHONPATH=$PYTHONPATH:../../python-package
python basic_walkthrough.py
python custom_objective.py
python boost_from_prediction.py