标签:环境配置 enter hello 查看 sea 下载 arch opener des
python3下载:
Python 官网:https://www.python.org/
环境配置:https://www.runoob.com/python3/python3-install.html
1.DOS下进入python环境:
python 2:py -2
python 3:py -3
2.退出python环境 exit()/quit()/ctrl+z+enter
3.pip命令:(要在非pyhton环境下执行)
升级命令:
py -3 -m pip install --upgarde pip /py -3 -m pip install -u pip(pip为包名)
安装命令:
py -3 -m pip show nose #非python环境下命令
import nose #python环境下命令,能引入说明安装成功
标签:环境配置 enter hello 查看 sea 下载 arch opener des
原文地址:https://www.cnblogs.com/wenm1128/p/11548212.html