Skip to content

Commit

Permalink
Add python3.2 for Debian squeezy how-to.
Browse files Browse the repository at this point in the history
Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
  • Loading branch information
Sébastien Gross authored and Sébastien Gross committed May 24, 2012
1 parent d286188 commit 2e930d5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README
Expand Up @@ -112,6 +112,21 @@ For Debian >= wheezy:

For older Debian versions, installing python 3.2 manually is required.

On squeeze you can add following line in **/etc/apt/sources.list**

deb http://ftp.debian.org/debian wheezy main

And don't forget the pinning entry in **/etc/apt/preferences.d/wheezy**:

Package: *
Pin: release n=wheezy
Pin-Priority: 1

Please be aware that both **openssh-server** and **openssh-client** might be
removed on **pyhton3.2** installation. You surely want to reinstall them:

apt-get install -t wheezy openssh-server openssh-client

#### Fedora

For Fedora >= 15:
Expand Down

0 comments on commit 2e930d5

Please sign in to comment.