Comment utiliser le pip avec python 3.4 sur windows?

Viens d'installer une nouvelle copie de python 3.4.1 sur windows 7. Ici dit que le pip est inclus par défaut. mais je ne pouvais pas trouver tout pip.exe ou certains pip commandes. Ai-je besoin de l'installer séparément ou il existe quelque part?

  • Oui sur windows 7, vous pouvez utiliser py -m pip install xxx qui fonctionne.
  • py -m pip install me donne: C:\Python34\python.exe: No module named pip.__main__; 'pip' is a package and can not be directly executed
  • Il y a un rapport de bug: bugs.python.org/issue22028
InformationsquelleAutor Kin | 2014-06-18