diff options
author | Georg Brandl <georg@python.org> | 2014-10-28 21:52:49 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-28 21:52:49 (GMT) |
commit | 4ab5733685ae9ccea9709c38190e42c3b94fa757 (patch) | |
tree | 64a539fb8ff17493e58cc6d8fd19429125daea43 /Doc/using/unix.rst | |
parent | 2b07b0e8683b248b82d09bf1f0dbd3bd09e7af72 (diff) | |
download | cpython-4ab5733685ae9ccea9709c38190e42c3b94fa757.zip cpython-4ab5733685ae9ccea9709c38190e42c3b94fa757.tar.gz cpython-4ab5733685ae9ccea9709c38190e42c3b94fa757.tar.bz2 |
Update Opensolaris advice to OpenCSW instead of defunct Blastwave.
Diffstat (limited to 'Doc/using/unix.rst')
-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: |