Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#30140 closed Cleanup/optimization (wontfix)

Where and how to install virtualenv ?

Reported by: Tomas Ojea Owned by: nobody
Component: Documentation Version: 2.1
Severity: Normal Keywords: tutorial virtualenv
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The tutorial page: https://docs.djangoproject.com/en/2.1/intro/reusable-apps/#installing-python-packages-with-virtualenv does not clarify how to install virtualenv. For a begginer tutorial you should explain some advance commands an not to throw the poor person reading the tutorial to the "virtualenv" documentation. Instead explain where and how to install and afterwards send the poor person to the docs.

Kind regards-

Change History (2)

comment:1 by Tim Graham, 5 years ago

Component: UncategorizedDocumentation
Resolution: wontfix
Status: newclosed
Type: UncategorizedCleanup/optimization

It's not discussed because this is a Django tutorial, not a virtualenv tutorial.

comment:2 by Carlton Gibson, 5 years ago

It’s also titled as an Advanced tutorial’’. It’s pretty reasobable by that stage that someone could get going following the instructions, if somehow they’d not heard about it before (which seems unlikely really).

(We could now rewrite that section just mentioning venv, the standard library module, that comes with all support versions of Python).

Note: See TracTickets for help on using tickets.
Back to Top