如何在 Python 3.6 上安装 PIP? [英] How to install PIP on Python 3.6?

查看:30
本文介绍了如何在 Python 3.6 上安装 PIP?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试为 python 3.6 安装 PIP,我已经在 YouTube 上查看了教程,但它们似乎都过时了,而且似乎都没有工作.任何信息都会对我有所帮助,因此我可以继续我的项目.

I'm trying to Install PIP for python 3.6 and I've looked over YouTube for tutorials but all of them seem to be out of date and none of them have seemed to work. Any information would be helpful so I can carry on with my project.

推荐答案

pip is bundled with Python > 3.4

pip is bundled with Python > 3.4

在类 Unix 系统上使用:

python3.6 -m pip install [Package_to_install]

在 Windows 系统上使用:

py -m pip install [Package_to_install]

(在 Windows 上,您可能需要以管理员身份运行命令提示符才能写入 python 安装目录)

(On Windows you may need to run the command prompt as administrator to be able to write into python installation directory)

这篇关于如何在 Python 3.6 上安装 PIP?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆