We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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.
The text was updated successfully, but these errors were encountered:
You can also run Set-ExecutionPolicy RemoteSigned
Sorry, something went wrong.
broglea
gr33k
rodriada000
kx9x
Strip3s
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: