Skip to content
New issue

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

Issue setting up powershell #158

Open
pr0xr opened this issue Oct 25, 2021 · 0 comments
Open

Issue setting up powershell #158

pr0xr opened this issue Oct 25, 2021 · 0 comments

Comments

@pr0xr
Copy link

pr0xr commented Oct 25, 2021

I have issues setting up powershell on windows. The first issue seems to be in the string below. Removing the single quotes fixes this.

let powershell_args = &["-Command", "'echo $profile'"];

The second is in the path itself, the backslashes needs to be escaped and there's also two hidden characters at the end of path. I used pop twice here and that fixes the string.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant