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

cheat-sheet.pdf activating virtual environment for OSX/Linux doesn't work #41

Open
graingert opened this issue Oct 27, 2024 · 1 comment

Comments

@graingert
Copy link

graingert commented Oct 27, 2024

https://github.com/DjangoGirls/resources/blob/master/cheatsheets/cheat-sheet.pdf recommends:

source myvenv/bin/activate
or 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:

@graingert
Copy link
Author

graingert commented Oct 27, 2024

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

Screenshot_20241027-233354

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant