我已经安装了 python 3 ..
当我做 :
ls -ltr /usr/bin | grep python (in buildah it will be $mount_container/usr/bin)
0 lrwxrwxrwx. 1 root root 25 Jan 7 10:12 python3 -> /etc/alternatives/python3
0 lrwxrwxrwx. 1 root root 31 Jun 22 2019 python3.6 -> /usr/libexec/platform-python3.6
0 lrwxrwxrwx. 1 root root 32 Jun 22 2019 python3.6m -> /usr/libexec/platform-python3.6m
0 lrwxrwxrwx. 1 root root 24 Jan 7 10:12 unversioned-python -> /etc/alternatives/python
但是当我这样做的时候
$/usr/bin/python3
它说“没有这样的文件或目录”。
请注意,我在 continer 中运行它(使用 buildah ,尝试构建一个具有 python3 的 docker)
如果我这样做$mount_continer/usr/bin/python3
,它会说“没有这样的文件或目录”