Powerline: entier : commande introuvable

Créé le 3 oct. 2015  ·  3Commentaires  ·  Source: powerline/powerline

Impossible d'intégrer zsh sur OS X en raison de l'erreur suivante

/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh: line 21: integer: command not found
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh: line 29: syntax error near unexpected token `_powerline_tmux_setenv'
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh: line 29: `       function -g _powerline_tmux_setenv() {'
cshell macos bug

Commentaire le plus utile

@catbaron- merci. Le problème a été causé par un point manquant. Après j'ai eu quelques problèmes, car la ligne n'était pas avant source . La configuration suivante a fonctionné pour moi.

powerline-daemon -q
 . /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh

source $ZSH/oh-my-zsh.sh

Tous les 3 commentaires

J'ai rencontré la même erreur pour la raison que j'ai raté le "." quand j'ajoute
. /dir/to/powerilne//powerline/bindings/zsh/powerline.zsh
dans mon fichier .zshrc.
Mais de nouvelles erreurs après avoir corrigé cette erreur. Je me suis donc tourné vers un autre outil CPL et bonne chance à vous.

Je me demande quelle est votre version zsh. Je n'ai jamais vu zsh sans integer intégré.

@catbaron- merci. Le problème a été causé par un point manquant. Après j'ai eu quelques problèmes, car la ligne n'était pas avant source . La configuration suivante a fonctionné pour moi.

powerline-daemon -q
 . /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh

source $ZSH/oh-my-zsh.sh
Cette page vous a été utile?
0 / 5 - 0 notes

Questions connexes

pklebba picture pklebba  ·  5Commentaires

golfdish picture golfdish  ·  3Commentaires

kataev picture kataev  ·  6Commentaires

iamjboyd picture iamjboyd  ·  6Commentaires

Chris-Bee picture Chris-Bee  ·  3Commentaires