当前位置:   article > 正文

python - pip install 不同 python 版本_pyinstall不同版本

pyinstall不同版本
  1. py -2 -m pip install SomePackage # default Python 2
  2. py -2.7 -m pip install SomePackage # specifically Python 2.7
  3. py -3 -m pip install SomePackage # default Python 3
  4. py -3.4 -m pip install SomePackage # specifically Python 3.4

https://stackoverflow.com/questions/34803040/how-to-run-pip-of-different-version-of-python-using-python-command

本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号