On Tue, 27 Apr 2010 17:41 +0300, "Stas Miasnikou" <m...@gurtam.com>
wrote:
> Michael W. Lucas:
> > Sendbug doesn't seem to have a "ports" option, and my bug report
> > doesn't have a single recommend solution in any case, so I'm asking
> > here.
> > 
> > The flow-log2rrd, flow-rpt2rrd, and flow-rptfmt programs in flow-tools
> > each start with the line:
> > 
> > #!/bin/env python
> > 
> > This won't work on OpenBSD.  OpenBSD's env is in /usr/bin, and python
> > is installed (at least on my system) as /usr/local/bin/python2.5.
> > There is no generic "python" command.  These programs will run under
> > any of the 3 python ports.
> 
> The python packages tell you to make symbolic links when you install 
> them.  Not sure about ports though.

ports are the same, and after the install pkg_info will tell you again
see the "Install Notice":

$ pkg_info python
Information for inst:python-2.5.4p2

Comment:
interpreted object-oriented programming language

Required by:
libxslt-1.1.26
py-libxml-2.7.6

Description:
Python is an interpreted, interactive, object-oriented
programming language that combines remarkable power with
very clear syntax. For an introduction to programming in
Python you are referred to the Python Tutorial. The Python
Library Reference documents built-in and standard types,
constants, functions and modules. Finally, the Python
Reference Manual describes the syntax and semantics of the
core language in (perhaps too) much detail.

Python's basic power can be extended with your own modules
written in C or C++.  On most systems such modules may be
dynamically loaded. Python is also adaptable as an
extension language for existing applications. See the
internal documentation for hints.


Maintainer: Damien Miller <d...@openbsd.org>

WWW: http://www.python.org/

Install notice:
If you want to use this package as your default system python, as root
create symbolic links like so (overwriting any previous default):
 ln -sf /usr/local/bin/python2.5 /usr/local/bin/python
 ln -sf /usr/local/bin/python2.5-config /usr/local/bin/python-config
 ln -sf /usr/local/bin/pydoc2.5  /usr/local/bin/pydoc

Reply via email to