recherche

Maison  >  Questions et réponses  >  le corps du texte

centos - 安装phantomjs后输入phantomjs --v提示:-bash:phantomjs:command not found

centos,按照网上的教程:

sudo yum install gcc gcc-c++ make git openssl-devel freetype-devel fontconfig-devel 
git clone git://github.com/ariya/phantomjs.git 
cd phantomjs 
git checkout 1.9 
./build.sh  

安装了一个多小时完成后输入phantomjs --v,显示-bash:phantomjs:command not found,请问该怎么办?

世界只因有你世界只因有你2770 Il y a quelques jours841

répondre à tous(5)je répondrai

  • 滿天的星座

    滿天的星座2017-04-25 09:03:29

    On estime que phantomjs n'a pas ajouté son chemin exécutable à PATH.

    # vim /etc/profile
    

    A la fin, ajoutez :

    export PATH="$PATH:/yourpath"
    

    répondre
    0
  • 怪我咯

    怪我咯2017-04-25 09:03:29

    Essayez la méthode au premier étage. Ok, si cela ne fonctionne pas, ajoutez la phrase suivante, il me semble l'avoir déjà rencontrée

    export PHANTOMJS_EXECUTABLE=/usr/local/bin/phantomjs
    

    Remplacez /usr/local/bin/phantomjs par le chemin du fichier binaire après votre propre installation.

    répondre
    0
  • PHPz

    PHPz2017-04-25 09:03:29

    J'ai rencontré le même problème. Comment l'ai-je résolu ?

    répondre
    0
  • PHP中文网

    PHP中文网2017-04-25 09:03:29

    ln -s /usr/local/src/phantomjs/bin/phantomjs /usr/local/bin/
    /usr/local/src/phantomjs/bin/phantomjs est votre chemin d'installation

    répondre
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-25 09:03:29

    Copiez simplement root/phantomjs/bin/phantomjs dans system/bin

    répondre
    0
  • Annulerrépondre