12月 282018
 
  1. 安装python包
  2. 查看已安装的python包
  3. 显示指定包信息
  4. 查看指定包包含的所有文件的列表(以及包信息)
  5. 卸载包
  6. 搜索包
  7. 查看帮助
  8. 命令行自动补全
  9. 查看当前已安装包和版本号
  10. 检查已安装包完整性
  11. Done

相关问题:

  1. pip install aliyuncli 后发现依然没有aliyuncli命令
    1. 查看aliyuncli安装到哪里了
    2.  查看安装包中有没有aliyuncli这个命令(肯定是有的)
    3. 基本可知,aliyuncli相关命令安装在了 /home/phpor/.local/bin 下面,该路径应该没有在$PATH中,添加到$PATH就行了
    4. Done
 Posted by at 上午 10:28

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">

(required)

(required)

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据