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 | 83ac36dd5316e2db7a5bde7d5b933bd317a30e91 (patch) | |
tree | a8bdfdfcec6b7505f5b582934f4bb52a7f062d12 | |
parent | 443a43dc46fbc1f6f15c74800e6be8a013732d4a (diff) | |
download | cpython-83ac36dd5316e2db7a5bde7d5b933bd317a30e91.zip cpython-83ac36dd5316e2db7a5bde7d5b933bd317a30e91.tar.gz cpython-83ac36dd5316e2db7a5bde7d5b933bd317a30e91.tar.bz2 |
Update Opensolaris advice to OpenCSW instead of defunct Blastwave.
-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 ec5ac6c..6a66a30 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 |