diff options
author | Georg Brandl <georg@python.org> | 2014-10-28 21:52:55 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-28 21:52:55 (GMT) |
commit | bc40df9bff2d2778322154c61e0fb60a40097a00 (patch) | |
tree | 4ce3a7b0eaaaa2804c9839c6b3da8ddf942a27f5 /Doc | |
parent | 95517e4aeeb2bc8c498d9905da9a7ab8f5ab52ec (diff) | |
parent | 4ab5733685ae9ccea9709c38190e42c3b94fa757 (diff) | |
download | cpython-bc40df9bff2d2778322154c61e0fb60a40097a00.zip cpython-bc40df9bff2d2778322154c61e0fb60a40097a00.tar.gz cpython-bc40df9bff2d2778322154c61e0fb60a40097a00.tar.bz2 |
merge with 3.4
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/using/unix.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst index 3c7fc41..053bc63 100644 --- a/Doc/using/unix.rst +++ b/Doc/using/unix.rst @@ -55,9 +55,8 @@ On FreeBSD and OpenBSD On OpenSolaris -------------- -To install the newest Python versions on OpenSolaris, install `blastwave -<http://www.blastwave.org/howto.html>`_ and type ``pkg_get -i python`` at the -prompt. +You can get Python from `OpenCSW <http://www.opencsw.org/>`_. Various versions +of Python are available and can be installed with e.g. ``pkgutil -i python27``. .. _building-python-on-unix: |