Skip to content

Powershell .env activation error with restricted permissions #147

@salarsen

Description

@salarsen

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.

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions