You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
In Building from Source the Windows section states that you need to run:
pre-req (in PowerShell): Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
and that bootstrap.cmd is only needed once to set up the environment to develop property. I'm not well-versed on execution policies and wondering if it would be good to return the execution policy back to what it was prior to running bootstrap.cmd? Or, is the execution policy needed to continue developing with qsharp-runtime source?
A quick explanation of what this step is for since Powershell warns against it and if it is worthwhile to return back to default after (with instructions).
Actual behavior
Describe the error that you see.
If applicable, add screenshots to help explain your problem.