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

Powershell .env activation error with restricted permissions #147

Open
salarsen opened this issue Sep 24, 2021 · 1 comment
Open

Powershell .env activation error with restricted permissions #147

salarsen opened this issue Sep 24, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@salarsen
Copy link
Contributor

Powershell does not allow .env to be activate if Activate.ps1 in the virtual environment folder is not provided corrected policy or permsisions.

Resolution, run within project folder prior to entering virtual environment command.

powershell -ExecutionPolicy Bypass -File ./env/scripts/Activate.ps1

TODO: Update readme instructions.

@salarsen salarsen added the bug Something isn't working label Sep 24, 2021
@jmesfo0
Copy link

jmesfo0 commented Sep 27, 2021

You can also run Set-ExecutionPolicy RemoteSigned

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants