This repository has been archived by the owner on Jun 2, 2023. It is now read-only.
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.
developer terminal on windows doesn't work #187
Open
Description
issue is related to the path to crc
executable, since the msi installs crc in C:\Program Files\CodeReady Containers\crc.exe
and it contains a space ' '
in the path, when we pass it as argument to powershell.exe -Command
it causes an error and no suitable way to escape the path has been found.
Full command used to launch powershell
instance and run crc podman-env
is:
powershell.exe -NoExit -command "&'C:\Program Files\CodeReady Containers\crc.exe podman-env | Invoke-Expression'"
PR #181 did not fix it
Metadata
Metadata
Assignees
Labels
No labels
Activity