想安装docker-compose发现居然找不到pip

curl https://bootstrap.pypa.io/get-pip.py | python

直接sudo不行。还是提示权限不够。

su root 又说认证失败

只能先

sudo passwd

设置root密码

然后su root

 

相关文章:

  • 2021-09-02
  • 2021-10-02
  • 2021-05-13
  • 2022-02-14
  • 2021-08-12
  • 2021-05-27
  • 2022-01-23
  • 2021-07-21
猜你喜欢
  • 2021-11-15
  • 2021-10-16
  • 2021-09-08
  • 2021-05-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案