pcp-python(1)


NAME

   pcp-python - run a python script using a preferred python variant

SYNOPSIS

   pcp python [SCRIPT [ARG]...]

DESCRIPTION

   pcp-python has been replaced by pmpython(1) which is preferred, however
   pcp-python is still installed to provided backwards compatibility.

   pcp-python provides a way to run python scripts  using  a  customisable
   python  binary,  rather than embedding any particular version of python
   into each script.

   This can be useful as it allows version-independent python code  to  be
   run anywhere.  All python modules shipped with PCP support versions 2.6
   and later (in the python2 series), and 3.3 and later  (in  the  python3
   release series).

   Due to python monitoring and collecting scripts being relatively simple
   in PCP (not requiring new modules, language features, etc), it has been
   possible  to  ensure  they  work  for all of the above python versions.
   Thus, it is common for PCP python scripts to use a "shebang" line  that
   invokes pcp-python as follows:

      #!/usr/bin/pcp python

   This  allows  the custom setting to be injected instead of a hard-coded
   python version, while still allowing the user to  override  the  python
   version as follows:

      $ PCP_PYTHON_PROG=python3 /usr/bin/pcp python --version
      Python 3.3.2
      $ PCP_PYTHON_PROG=python2 /usr/bin/pcp python --version
      Python 2.7.5

   This   is   convenient  for  shipping  identical  scripts  on  multiple
   platforms, and for testing  different  python  versions  with  the  one
   script  (e.g.  in  the  case  where  multiple  versions  of  python are
   installed, PCP_PYTHON_PROG can be  set  in  the  local  environment  to
   override the global setting).

   By  default,  the  value  of PCP_PYTHON_PROG from /etc/pcp.conf will be
   used.  The  default  value  of  this  configuration  parameter  is  set
   depending  on  some  heuristics about the target build platform.  These
   heuristics favour the use of python3 in all recent releases of PCP, for
   those platforms that support it.

PCP ENVIRONMENT

   Environment variables with the prefix PCP_ are used to parameterize the
   file and directory names used by PCP.  On each installation,  the  file
   /etc/pcp.conf  contains  the  local  values  for  these variables.  The
   $PCP_CONF variable may be used to specify an alternative  configuration
   file, as described in pcp.conf(5).

SEE ALSO

   pcp(1) and PCPIntro(1).





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.