【发布时间】:2023-03-06 23:51:01
【问题描述】:
问题与the answer to "Unable to install Python without sudo access"有关。
我需要安装 python-setuptools 来安装 python 模块。 我已经解压了安装包。
配置时出现以下错误
[~/wepapps/pythonModules/setuptools-0.6c9]# ./configure --prefix=/home/masi/.local
-bash: ./configure: No such file or directory
我在the program's homepage 没有找到解决方案。
我该如何解决这个错误?
【问题讨论】:
标签: python setuptools failed-installation