Estoy aprendiendo python y algún artículo me dice que debo usar pip , pero cuando trato de instalar pip success, me dice
zsh: command not found: pipesta es mi pitón
➜ ~ git:(master) ✗ which -a python /usr/bin/pythonversión de pitón
➜ ~ git:(master) ✗ python --version Python 3.5.0.zshrc
export PATH="/Library/Frameworks/Python.framework/Versions/3.5/bin:/Users/hedongfang/.rvm/gems/ruby-2.0.0-p643/bin:/Users/hedongfang/.rvm/gems/ruby-2.0.0-p643@global/bin:/Users/hedongfang/.rvm/rubies/ruby-2.0.0-p643/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/hedongfang/.rvm/bin:/System/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages" export MANPATH="/usr/local/man:$MANPATH"Soy nuevo en python, así que si quieres algo más, dímelo.
Si está en MAC OS X, puede probar: sudo easy_install pip
pip no viene de forma nativa con MAC OS.