We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying open "Rakudo Powershell"
start C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe -NoExit -File "C:\Program Files\Rakudo\scripts\set-env.ps1" ...
sysinfo
`rstar` is missing
Not applicable when using a Rakudo Star tarball from rakudo.org.
Change line 46 to Enter-VsDevShell -VsInstallPath $install_location -SkipAutomaticLocation (remove useless -DevCmdArguments )
Enter-VsDevShell -VsInstallPath $install_location -SkipAutomaticLocation
-DevCmdArguments
The text was updated successfully, but these errors were encountered:
coke
No branches or pull requests
Bug Description
I'm trying open "Rakudo Powershell"
Reproduction path
Output of
sysinfo
Full Output of Fetch Logs
Not applicable when using a Rakudo Star tarball from rakudo.org.
Full Output of Install Logs
Solution
Change line 46 to
Enter-VsDevShell -VsInstallPath $install_location -SkipAutomaticLocation
(remove useless-DevCmdArguments
)The text was updated successfully, but these errors were encountered: