diff options
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: |