Difference between revisions of "Ubuntu"

Jump to navigation Jump to search
653 bytes added ,  11:52, 10 May 2011
Added Python
m (→‎Troubleshooting: typo fix)
(Added Python)
Line 383: Line 383:
</source>
</source>
Note that you won't backup the <code> information_schema </code> table if you need to implement this workaround
Note that you won't backup the <code> information_schema </code> table if you need to implement this workaround
[[Category:MySQL]]
== Python ==
Python v2 comes pre-installed, however if you want to run newer Python 3 scripts, this will need to be installed alongside.
# Install the package
#* <code> apt-get install python3 </code>
#** Note that more than one version of Python 3 may be available, cancel the install are retry with specific version if required, eg <code> apt-get install python3.1 </code>
To enter the Python 3 interpreter, run <code> phython3 </code>, to make sure you get the right environment for a script use the following shebang
<source lang="python">
#! /usr/bin/env python3
</source>
See [[:Category:Python|Python]] for further info
[[Category:Python]]


== AWStats ==
== AWStats ==
Line 479: Line 497:
[[Category:VMware]]
[[Category:VMware]]
[[Category:Zimbra]]
[[Category:Zimbra]]
[[Category:MySQL]]

Navigation menu