~ubuntu-branches/ubuntu/lucid/python2.6/lucid

« back to all changes in this revision

Viewing changes to Doc/using/unix.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-03-11 13:30:19 UTC
  • mto: (10.1.13 sid)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20100311133019-sblbooa3uqrkoe70
Tags: upstream-2.6.5~rc2
ImportĀ upstreamĀ versionĀ 2.6.5~rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
some Unices may not have the :program:`env` command, so you may need to hardcode
132
132
``/usr/bin/python`` as the interpreter path.
133
133
 
134
 
To use shell commands in your python scripts, look at the :mod:`subprocess` module.
 
134
To use shell commands in your Python scripts, look at the :mod:`subprocess` module.
135
135
 
136
136
 
137
137
Editors
138
138
=======
139
139
 
140
140
Vim and Emacs are excellent editors which support Python very well.  For more
141
 
information on how to code in python in these editors, look at:
 
141
information on how to code in Python in these editors, look at:
142
142
 
143
143
* http://www.vim.org/scripts/script.php?script_id=790
144
144
* http://sourceforge.net/projects/python-mode