如何在 Alpine Linux 中安装 python3 pip / pip3
问题:
你想在 Alpine linux 中安装 pip3(也称为 python3-pip),但运行 apk install python3-pip 显示该包不存在
example-3.txt
ERROR: unable to select packages:
python3-pip (no such package):
required by: world[python3-pip]解决方案
你需要使用以下命令安装 py3-pip
example-2.sh
示例输出:
example-1.txt
(1/35) Installing libbz2 (1.0.8-r1)
(2/35) Installing expat (2.2.10-r1)
(3/35) Installing libffi (3.3-r2)
[...]Check out similar posts by category:
Alpine Linux, Container, Docker, Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow