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

Activate virtualenv after command prompt restart #284

Merged
merged 3 commits into from
Mar 27, 2015

Conversation

doriczapari
Copy link
Contributor

My team got quite confused when they had to reopen the command line after doing the Heroku thingies and the next commands weren't working. It would be nice to have a reminder here because activating the virtualenv was ages ago :)

My team got quite confused when they had to reopen the command line after doing the Heroku thingies and the next commands weren't working. It would be nice to have a reminder here because activating the virtualenv was ages ago :)
Activate virtualenv after command prompt restart
Although they already have done it once before, my girls were confused about what this command was supposed to do and they were a bit stuck. Maybe it's a good idea to make it clearer here.
@@ -109,6 +109,8 @@ You need to install your Heroku toolbelt which you can find here (you can skip t

> On Windows you also must run the following command to add Git and SSH to your command prompt's `PATH`: `setx PATH "%PATH%;C:\Program Files\Git\bin"`. Restart the command prompt program afterwards to enable the change.

> After restarting your command prompt, don't forget to go to your `djangogirls` folder again and activate your virtualenv! (Hint: `myvenv\Scripts\activate`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should link to the relevant part of the tutorial here.

The problem is that the activate syntax is different between windows and linx/mac.

@aniav
Copy link
Member

aniav commented Mar 27, 2015

I will merge it and put a link to the appropriate chapter. Thank you! ❤️

aniav added a commit that referenced this pull request Mar 27, 2015
Activate virtualenv after command prompt restart
@aniav aniav merged commit 8f3ada8 into DjangoGirls:master Mar 27, 2015
@doriczapari
Copy link
Contributor Author

Thank you! Sorry I forgot to get back to this and fix it :)

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

Successfully merging this pull request may close these issues.

None yet

3 participants