after install successfully,input "paddle train" in the command,error happens
Created by: hdulbj
I built the paddlepaddle from source,and my cmake configuration is "cmake .. -DWITH_GPU=OFF -DWITH_SWIG_PY=ON -DWITH_DOC=OFF -DCMAKE_INSTALL_PREFIX=/home/lbj/paddle/" There is no error happend after installing but when i input "paddle train" in the command,i get the error as follows and my python version is the anaconda
[lbj@gpu001 ~]$ paddle train I1022 00:42:48.981587 3722 Util.cpp:155] commandline: /home/lbj/paddle/bin/../opt/paddle/bin/paddle_trainer I1022 00:42:48.981832 3722 Util.cpp:130] Calling runInitFunctions I1022 00:42:48.982111 3722 Util.cpp:143] Call runInitFunctions done. Could not find platform independent libraries Could not find platform dependent libraries <exec_prefix> Consider setting $PYTHONHOME to [:<exec_prefix>] ImportError: No module named site