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

Virtual environment activation #46

Open
aaronbell opened this issue Aug 3, 2022 · 2 comments
Open

Virtual environment activation #46

aaronbell opened this issue Aug 3, 2022 · 2 comments

Comments

@aaronbell
Copy link

In the section in "Setting up a Working Environment" I note the command for setting up a virtual environment creates it with the name myenv, but the activate code activates one under env.

python3 -m venv myenv

source env/bin/activate

env\Scripts\activate.bat

To avoid confusion, it would probably be best to make these the same so if someone unfamiliar with coding is just copy / pasting.

@aaronbell
Copy link
Author

Looks like there's also a typo a little further down:

It is not recommended to instal virtual environments in clouds, drives, dropbox, etc.
Should be "install" :)

@RosaWagner
Copy link
Contributor

I am seeing all these issues now. thanks Aaron for the review, tbh feel free to correct directly in a PR, it probably take the same amount of time as opening issues ;)

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

2 participants