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

Typo in Using pip and virtualenv training mission #1780

Open
ghost opened this issue Jan 1, 2016 · 1 comment
Open

Typo in Using pip and virtualenv training mission #1780

ghost opened this issue Jan 1, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 1, 2016

It's on: https://openhatch.org/missions/pipvirtualenv/reference
"To activate a virtualenv that has already been created, type workon followed by the name of the virtualenv that you wish to activate, like so:
mkvirtualenv TestEnv"

@doug-wade
Copy link

I could fix this, and submit a pull request, but I think this is a great problem for someone new who wants to contribute a fix. The typo, iiuc, is in this file, which is the template that generates this mission's quick reference. As @t-darxt noticed, we should be using workon rather than mkvirtualenv, and the example env is FooEnv, not TestEnv. If you look at the docs, it should be clear what the change to be made is (hint: the relevant part starts with "Of course we are not limited to a single virtualenv").

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