This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Question: return execution policy after bootstrap.cmd? #308
Open
Description
Describe the bug question
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?
To Reproduce
Follow installation instructions for Windows
Expected behavior
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.
System information
- OS: Windows Version 10.0.18363 Build 18363
- .NET Core Version: 3.1.301