Google Chromeをラップトップにダウンロードしてあり、それを使用する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
また、「コンピューターの検索」左上のボタンもパスを提供しません。
Google Chromeの安定バージョンをインストールした場合は、次のコマンドを実行してその場所を見つけます
whereis google-chrome-stable
または
which google-chrome-stable