This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author akuchling
Recipients akuchling
Date 2015-04-08.19:30:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428521410.44.0.984619918633.issue23891@psf.upfronthosting.co.za>
In-reply-to
Content
(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.)
History
Date User Action Args
2015-04-08 19:30:10akuchlingsetrecipients: + akuchling
2015-04-08 19:30:10akuchlingsetmessageid: <1428521410.44.0.984619918633.issue23891@psf.upfronthosting.co.za>
2015-04-08 19:30:10akuchlinglinkissue23891 messages
2015-04-08 19:30:10akuchlingcreate