Differences between revisions 1 and 2
Revision 1 as of 2012-06-19 06:30:32
Size: 1010
Editor: alders
Comment:
Revision 2 as of 2012-06-19 06:31:51
Size: 907
Editor: alders
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Since Python 2.6 there is an easy way to install missing or outdated modules in your home through `easy_install`. Thus, you should be able to install any module that supports `easy_install` by yourself in short time. Since Python 2.6 there is an easy way to install missing or outdated modules in your home through `easy_install`.

Python

We provide as many modules as possible that come with the current Debian GNU/Linux stable release. Nevertheless, that might not be enough for your needs since you may want to use the newest version of some module or one that is not part of Debian.

Since Python 2.6 there is an easy way to install missing or outdated modules in your home through easy_install.

How to use easy_install

Modules will be installed in your home within ~/.local/. You do not need to adapt the PYTHONPATH environment variable since python will look for modules in this directory automatically.

Programming/Languages/Python (last edited 2023-11-06 08:33:58 by stroth)