[Tutorials] 请问各位大佬遇到过./configure: 没有那个文件或目录吗?
Tofloor
poster avatar
yrndlin
deepin
2021-04-17 05:58
Author

前几天想装个novall ide,结果官网只有源码,下载源码包,安装时又提示需要Python3.5以上环境,上Python官网下,又是源码包,解压,执行./configure时提示没有那个文件或目录,给我急的呀,,,又大佬解决过吗?

./configure –prefix=/usr
bash: ./configure: 没有那个文件或目录
sudo python setup.py install
Traceback (most recent call last):
  File "setup.py", line 14, in 
    raise RuntimeError("NovalIDE requires Python 3.5 or later")
RuntimeError: NovalIDE requires Python 3.5 or later
Reply Favorite View the author
All Replies
安洛
deepin
2021-04-17 06:53
#1

deepin里面有python3.7,但是默认要用python3来调用。

可以参考:https://blog.csdn.net/White_Idiot/article/details/78240298

这篇文章里的系统级修改部分。

Reply View the author
enforcee
deepin
2021-04-17 07:13
#2

readme里面怎么写的?

Reply View the author
Hello
deepin
2021-04-17 17:54
#3

python3 而不是python

Reply View the author
hhts1987
deepin
2021-04-17 19:08
#4

./configure --prefix=/usr  应该是双横吧?要看看源码包中 README文件

Reply View the author
SamLukeYes
deepin
2021-04-17 19:46
#5

不用包管理器装的软件一般不用 --prefix=/usr,最好用 /usr/local

Reply View the author
yrndlin
deepin
2021-04-21 05:20
#6
安洛

deepin里面有python3.7,但是默认要用python3来调用。

可以参考:https://blog.csdn.net/White_Idiot/article/details/78240298

这篇文章里的系统级修改部分。

已解决

Reply View the author
yrndlin
deepin
2021-04-21 05:20
#7
安洛

deepin里面有python3.7,但是默认要用python3来调用。

可以参考:https://blog.csdn.net/White_Idiot/article/details/78240298

这篇文章里的系统级修改部分。

谢谢

Reply View the author
yrndlin
deepin
2021-04-21 05:21
#8
It has been deleted!