我在笔记本电脑上下载了谷歌浏览器,我想找到它与 Windows 路径相比的位置,基本上用于文本到语音项目。
在 Windows 上,它位于此处:
chrome_path = 'C:/Program Files (x86)/Google/Chrome/Application/chrome.exe %s'
如何在 Linux 上获取路径?我试过了:
(MoodBotEnv) mike@mike-thinks:~/Programing/Rasa/moodbot$ which chrome
(MoodBotEnv) mike@mike-thinks:~/Programing/Rasa/moodbot$ which google*
(MoodBotEnv) mike@mike-thinks:~/Programing/Rasa/moodbot$ where google*
No command 'where' found, did you mean:
Command 'gwhere' from package 'gwhere' (universe)
where: command not found
并且“搜索您的计算机”左上角按钮也不提供路径。
如果你已经安装了稳定版的谷歌浏览器,运行以下命令找到它的位置
或者