Open main menu

Changes

Installation mac

412 bytes added, 17:34, 20 July 2013
python setup.py install
cd ..
</source>
 
== Testing the Python installation ==
 
Before installing relax, it is best to be sure that the Python modules are functional by importing them:
<source lang="python">
$ python
Python 2.6.6 (r266:84292, Oct 12 2012, 14:23:48)
[GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on linux2
 
>>> import wx
>>> wx.__file__
'...'
 
>>> import bmrblib
>>> bmrblib.__file__
'...'
 
>>> import minfx
>>> minfx.__file__
'...'
</source>
== See also ==
[[Category:Installation]]
Trusted, Bureaucrats
1,382

edits