程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
您现在的位置: 程式師世界 >> 編程語言 >  >> 更多編程語言 >> Python

[to] how to use PIP command after Python installation under Linux

編輯:Python

Catalog

One 、Linux Lower installation Python

Two 、Linux Next Python How to use it after installation pip command

3、 ... and 、Linux Next Python How to use it after installation yum command

Four 、Linux Lower installation Anaconda

5、 ... and 、Linux Next use anaconda install Keras

In our last blog, we mainly discussed how to Linux Proceed under Python3.6.3 Installation , In this blog, we mainly talk about how to proceed after installation pip Use of commands .

One 、 A lot of readers Python After installation , Want to download related packages , for example :numpy、pandas etc. Python These basic packages in , however , Find out pip Not at all , It is mainly manifested in the following situations :

Two 、 It's not surprising that this happens , although Python3.6.3 Bring it with you pip, But install Python3.6.3 After that, we need to make further configuration . The following configuration pip3 Environment variables of .

Once the configuration is complete , Make it effective

3、 ... and 、 Now we can do Python Installation of package

Get into python Import numpy No error is reported when the package is found , Description installation successful .

Four 、 If you are not used to pip3 You can also set up a soft link for downloading , as follows :

First switch to root Under the user

Then create a soft link

Finally, switch to normal users for testing

Nothing unusual was found , Indicating successful configuration .

What other problems have you encountered in this process , Welcome to leave a message , Let me see what problems you all have .

---------------------
author : It's like dancing
source :CSDN
original text :https://blog.csdn.net/gdkyxy2013/article/details/79458561
Copyright notice : This is the author's original article , Please attach a link to the blog post !
Content analysis By:CSDN,CNBLOG One click reprint plugin for blog posts


  1. 上一篇文章:
  2. 下一篇文章:
Copyright © 程式師世界 All Rights Reserved