realpython / realpython/python-guide
little mistake on one of your sites
Nobody has claimed this yet.
- Dominant language
- Batchfile
- Stars
- 29.8k
- Forks
- 5.9k
- PR merge metrics
- No merged PRs in 30d
Description
Dear Kenneth,
on your Side http://docs.python-guide.org/en/latest/dev/virtualenvs/#virtualenvironments-ref you want us to check the python version at "Make sure you’ve got Python & pip" - here you name the command "$ python --version" but you want to receive the python 3 version 3.6.2, so the command should be "$ python3 --version".
(I think it's just a small copy paste mistake)
best regards
Lisa :)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the linked virtualenvs documentation page and find the “Make sure you’ve got Python & pip” section. Check the version command against the surrounding Python 3.6.2 guidance, update the command if appropriate, and confirm the rendered page shows the corrected instruction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100