我安装好graphviz后,用pprof还是说我没装
来源:9-3 使用pprof进行性能调优

慕莱坞7715679
2020-03-03
我安装好graphviz后,用pprof还是说我没装
![
2回答
-
EnzoLiu
2020-07-26
如果web后报错 Failed to execute dot. Is Graphviz installed? Error: exec: "dot": executable file not found in %PATH%
是你电脑没有安装gvedit导致的
fq进入gvedit官网https://graphviz.gitlab.io/_pages/Download/Download_windows.html 下载稳定版
按照提示进行安装即可
安装完成后 设置环境变量path 后面加上gvedit安装路径的bin文件夹
————————————————
版权声明:本文为CSDN博主「昨夜是今晨的开始」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/weixin_42654444/java/article/details/82108055
00 -
ccmouse
2020-03-07
可能需要重新开一个窗口再运行。
dot的位置应该在
By default, the dot executable should be:
Windows :
''c:\Program Files\Graphviz*\bin\dot.exe'' 或者 ''c:\Program Files (x86)\Graphviz*\bin\dot.exe''
Linux/Mac OS-X :
''/usr/local/bin/dot'' 或者 ''/usr/bin/dot''
先看一下能否运行
00
相似问题