Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.

Change to activate virtualenv in getting_started #8

Closed
wants to merge 2 commits into from
Closed

Conversation

hoh
Copy link
Collaborator

@hoh hoh commented Jul 28, 2016

While it is not the topic of this doc to explain how to use a virtualenv, I fear that beginners will have issues when trying the examples as the virtual environment will not be loaded and they will think to use ./venv/bin/python for launching every example.

While it is not the topic of this doc to explain how to use a virtualenv, I fear that beginners will have issues when trying the examples as the virtual environment will not be loaded and they will think to use `./venv/bin/python` for launching every example.

./venv/bin/python -m pip install -U aiohttp
source ./venv/bin/activate
Copy link
Contributor

Choose a reason for hiding this comment

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

Can please replace ./venv with venv? The "./" part is useless and longer to type :-)

(It's not directly related to your change.)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done

@vstinner
Copy link
Contributor

I shut down the project: #33

@vstinner vstinner closed this May 31, 2021
@vstinner vstinner deleted the activate-venv branch May 31, 2021 07:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants