[issue23891] Tutorial doesn't mention either pip or virtualenv

2015-06-09 Thread Roundup Robot

Roundup Robot added the comment:

New changeset bb51d486a899 by Tal Einat in branch '3.4':
#23891: correctly refer to PyPI as Python Package Index
https://hg.python.org/cpython/rev/bb51d486a899

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23891
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23891] Tutorial doesn't mention either pip or virtualenv

2015-06-09 Thread Skip Montanaro

Skip Montanaro added the comment:

Small nit... The venv.patch file refers to Python Packaging Index. It's the 
Python Package Index.

--
nosy: +skip.montanaro
Added file: http://bugs.python.org/file39663/ppi.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23891
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23891] Tutorial doesn't mention either pip or virtualenv

2015-06-08 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 15ee0e7078e3 by Andrew Kuchling in branch '3.4':
#23891: add a section to the Tutorial describing virtual environments and pip
https://hg.python.org/cpython/rev/15ee0e7078e3

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23891
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23891] Tutorial doesn't mention either pip or virtualenv

2015-06-08 Thread Tal Einat

Tal Einat added the comment:

There is a dangling If you at the end of the 3rd paragraph under Creating 
Virtual Environments.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23891
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23891] Tutorial doesn't mention either pip or virtualenv

2015-06-08 Thread A.M. Kuchling

Changes by A.M. Kuchling a...@amk.ca:


--
resolution:  - fixed
stage: patch review - resolved
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23891
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23891] Tutorial doesn't mention either pip or virtualenv

2015-06-08 Thread Roundup Robot

Roundup Robot added the comment:

New changeset a18615eb5aec by Andrew Kuchling in branch '3.4':
#23891: describe a few more modules in the tutorial
https://hg.python.org/cpython/rev/a18615eb5aec

New changeset cffb6ac2bbe4 by Andrew Kuchling in branch '3.4':
#23891: rework discussion of python-list a bit
https://hg.python.org/cpython/rev/cffb6ac2bbe4

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23891
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23891] Tutorial doesn't mention either pip or virtualenv

2015-06-08 Thread Roundup Robot

Roundup Robot added the comment:

New changeset feae7fa3bb70 by Andrew Kuchling in branch '3.4':
#23891: remove extra words
https://hg.python.org/cpython/rev/feae7fa3bb70

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23891
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23891] Tutorial doesn't mention either pip or virtualenv

2015-06-07 Thread Tal Einat

Tal Einat added the comment:

modules.patch and tutorial.patch LGTM.

venv.patch is looking good; I posted two relatively minor comments on Rietveld.

--
nosy: +taleinat

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23891
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23891] Tutorial doesn't mention either pip or virtualenv

2015-06-07 Thread A.M. Kuchling

A.M. Kuchling added the comment:

One unrelated improvement: describe some of the recently-added modules, and 
mention the json module.

--
keywords: +patch
Added file: http://bugs.python.org/file39647/modules.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23891
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23891] Tutorial doesn't mention either pip or virtualenv

2015-06-07 Thread A.M. Kuchling

A.M. Kuchling added the comment:

Rewrite discussion of python-list a bit, and add pyvideo.org to the list of 
links.

--
Added file: http://bugs.python.org/file39648/tutorial.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23891
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23891] Tutorial doesn't mention either pip or virtualenv

2015-06-07 Thread A.M. Kuchling

A.M. Kuchling added the comment:

Finally, the major stuff: add a section on pyvenv and pip to the tutorial.

--
Added file: http://bugs.python.org/file39649/venv.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23891
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com




[issue23891] Tutorial doesn't mention either pip or virtualenv

2015-06-07 Thread A.M. Kuchling

Changes by A.M. Kuchling a...@amk.ca:


--
stage:  - patch review

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23891
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23891] Tutorial doesn't mention either pip or virtualenv

2015-04-08 Thread A.M. Kuchling

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 rep...@bugs.python.org
http://bugs.python.org/issue23891
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com