我尝试使用 wslview 在 /usr/libexec/valgrind/dh_view.html 打开 valgrinds dhal webinterface。
wslview /example/path/file
我收到以下错误:
Start : This command cannot be run due to the error: The system cannot find the file specified.
At line:1 char:1
+ Start "/usr/libexec/valgrind/dh_view.html"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Start-Process], InvalidOperationException
+ FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand
当我在工作目录中指定一个文件时,一切都正常工作。如何在没有 cd 的情况下使用 wslview?
答案1
似乎已在最新版本的wslu
软件包中修复。升级前我可以重现您的问题,但升级后它可以正常工作。
你没有提到你正在使用哪个发行版,但是看这里了解不同发行版的安装说明。
对于 Ubuntu,通过 PPA 升级:
sudo add-apt-repository ppa:wslutilities/wslu
sudo apt update
sudo apt upgrade