投稿

10月, 2021の投稿を表示しています

dockerでUbuntuを入れたらpip3もsudoも使えなかった

pythonが入っていると思ってpip3を使おうとしたら使えなかった。 しょうがないインストールしようと思ったらsudoも使えない。 あとgitも使えなかった。 数か月後に同じことでハマると思うので対応方法を書いておく。 未来の自分はちゃんと気づくように。 $ apt-get update $ apt-get install -y sudo $ sudo apt install python3-pip $ sudo apt install git -y <参考> https://shingo-sasaki-0529.hatenablog.com/entry/sudo_not_found https://www.bioerrorlog.work/entry/install-pip-pip3-ubuntu