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
https://github.com/DjangoGirls/resources/blob/master/cheatsheets/cheat-sheet.pdf recommends:
source myvenv/bin/activate or myvenv/bin/activate
myvenv/bin/activate
But the second option doesn't work with venv or virtualenv created environments:
~ $ myvenv/bin/activate bash: myvenv/bin/activate: Permission denied
If you cat the script, it notes that "you cannot run it directly" in the comment at the top:
The text was updated successfully, but these errors were encountered:
It looks like the markdown it renders from is correct: https://github.com/DjangoGirls/resources/blame/master/cheatsheets/cheatsheet_venv_django_git.md#L6
But the PDF shows incorrectly for me on Android and the GitHub PDF renderer
Sorry, something went wrong.
No branches or pull requests
https://github.com/DjangoGirls/resources/blob/master/cheatsheets/cheat-sheet.pdf recommends:
But the second option doesn't work with venv or virtualenv created environments:
If you cat the script, it notes that "you cannot run it directly" in the comment at the top:
The text was updated successfully, but these errors were encountered: