[New-bugs-announce] [issue23891] Tutorial doesn't mention either pip or virtualenv
A.M. Kuchling
report at bugs.python.org
Wed Apr 8 21:30:10 CEST 2015
New submission from A.M. Kuchling:
(from discussion at the 2015 Python Language Summit)
Current versions of Python make it relatively easy to install third-party packages such as requests. New users may not realize this, though, and continue using libraries such as urllib/urllib2 because they're in the stdlib.
The Python tutorial doesn't seem to mention either virtualenv or pip. It should, describing how to create a virtualenv, install packages, and manage them in basic ways (removing, 'pip freeze', requirements.txt.)
----------
assignee: akuchling
components: Documentation
messages: 240281
nosy: akuchling
priority: normal
severity: normal
status: open
title: Tutorial doesn't mention either pip or virtualenv
type: enhancement
versions: Python 3.5
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23891>
_______________________________________
More information about the New-bugs-announce
mailing list