python安装遇到的相关问题

Posted 肉松蛋卷

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python安装遇到的相关问题相关的知识,希望对你有一定的参考价值。

1. python3-pip installed but pip3 command not found?

    sudo apt install python3-pip  执行命令,显示已经安装成功, 但是,执行的时候却找不到pip3

    user@conti-del-lp-018:~/Documents/backup_code/RF$ sudo pip3 install --upgrade pip
    sudo: pip3: command not found

    解决办法

 
    user@conti-del-lp-018:~$ dpkg -L python3-pip

   ....

   /usr/share
   /usr/share/man
  /usr/share/man/man1
  /usr/share/man/man1/pip3.1.gz
  /usr/share/doc
  /usr/share/doc/python3-pip
  /usr/share/doc/python3-pip/copyright
  /usr/bin
  /usr/bin/pip3
  /usr/share/doc/python3-pip/changelog.Debian.gz

 user@conti-del-lp-018:~$   sudo ln -s /usr/bin/pip3 /usr/local/bin/pip3

 

  

以上是关于python安装遇到的相关问题的主要内容,如果未能解决你的问题,请参考以下文章

python相关软件安装

Eclipse下Python的MySQLdb的安装以及相关问题

linux python环境安装

linux下,matplotlib遇到的相关问题以及解决方法

安装python protobuf模块遇到的问题

如何解决与在 Windows 10 上安装 dlib 相关的问题?