Open main menu

Changes

Installation linux

94 bytes added, 08:46, 22 October 2015
→‎Testing the Python installation: Using the {{collapsible script}} template to de-clutter.
Before installing relax, it is best to be sure that the Python modules are functional by importing them:
<source {{collapsible script| type = Python commands| title = Testing modules by importing them.| lang ="python">| script =
$ python
Python 2.6.6 (r266:84292, Oct 12 2012, 14:23:48)
>>> mpi4py.__file__
'...'
</source>}}
== Checking out a relax branch ==