我正在尝试在我的 Raspberry Pi 上安装 docker,但似乎无法让它工作。
我尝试了这里建议的几个解决方案(包括安装 python-setuptools),但似乎都没有用。
任何想法如何解决这一问题?
pi@raspberrypi:~ $ sudo apt-get -y install python-setuptools && sudo easy_install pip && sudo pip install docker-compose~=1.23.0
Reading package lists... Done
Building dependency tree Reading state information... Done
python-setuptools is already the newest version (40.8.0-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
sudo: easy_install: command not found
答案1
除非你需要easy_install
其他东西,否则最好pip
从系统包管理器安装:
apt install python-pip
或者
apt install python3-pip
如果你想使用 Python 3