|

|
 | Virtual Server Documentation |
Home | Getting Started | FreeBSD | Solaris | Handbook
Python
Python is an interpreted, interactive, object-oriented programming
language and is often compared to Tcl and Perl. Python combines
remarkable power with very clear syntax. It has modules, classes,
exceptions, very high level dynamic data types, and dynamic typing.
Python 2
To install Python 2, do the following, depending on your Virtual Server O/S.
-
FreeBSD & Solaris Python 2.0
Connect to your Virtual Server via
Telnet or SSH
and run the following command:
% vinstall python2
-
BSD/OS Upgrade!
Python 2 is not available. Try Python 1 (below).
-
Huh?
If you don't know the Virtual Server O/S, try the following:
Python 1
To install Python 1, connect to your Virtual Server via
Telnet or SSH
and do the following, depending on your Virtual Server O/S.
More Information
For more information, see the following.
|