#34845: Can't view man pages for py27-ipython -----------------------------------------+---------------------------------- Reporter: singingwolfboy@… | Owner: akitada@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: py27-ipython -----------------------------------------+---------------------------------- Comment(by md14-macports@…): r97277 works for me to resolve this issue. Thanks! {{{ $ sudo port select --set ipython none Selecting 'none' for 'ipython' succeeded. 'none' is now active. $ port select --list ipython Available versions for ipython: ipython27 ipython32 none (active) $ man -M /opt/local/man ipython No manual entry for ipython $ sudo port select --set ipython ipython27 Selecting 'ipython27' for 'ipython' succeeded. 'ipython27' is now active. $ man -M /opt/local/man ipython <<works>> $ sudo port select --set ipython ipython32 Selecting 'ipython32' for 'ipython' succeeded. 'ipython32' is now active. $ man -M /opt/local/man ipython No manual entry for ipython }}} -- Ticket URL: <https://trac.macports.org/ticket/34845#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS