gem install cannot find a header file

后端 未结 3 1757
深忆病人
深忆病人 2020-12-20 05:18

Following along the github README for talib_ruby:

sudo port install ta-lib

Complete. Next is where the trouble begins.

sudo         


        
3条回答
  •  没有蜡笔的小新
    2020-12-20 05:48

    Observe

    sudo echo $ABSOLUTE_PATH_TO_TALIB_HEADERS

    echo ABSOLUTE_PATH_TO_TALIB_HEADERS

    have included in **my** .bash_profile file the following:
    

    sudo

    Are you root?

    put the env vars on the command line and you should be good, alternatively add them to root's env.

提交回复
热议问题