Changes

Jump to navigation Jump to search

Installation mac mavericks os x

202 bytes added, 18:13, 7 December 2013
== Testing the Python installation ==
After installation, restart your terminal, and check path to python.
<source lang="bash">
$ which python
/Library/Frameworks/Python.framework/Versions/Current/bin/python
</source>
Before installing relax, it is best to be sure that the Python modules are functional by trying to import them and print the version of them:
<source lang="python">
$ python
Enthought Python Distribution -- www.enthought.comVersion: 7.3-2 (32-bit) Python 2.67.6 3 |EPD 7.3-2 (32-bit)| (r266:84292default, Oct Apr 12 2012, 1411:2328:4834)[GCC 4.40.6 20120305 1 (Red Hat 4Apple Inc.4.6-4build 5493)] on linux2darwinType "credits", "demo" or "enthought" for more information.
>>> import wx
>>> wx.__version__; wx.__file__
'...'
 
>>> import bmrblib
>>> bmrblib.__version__; bmrblib.__file__
'...'
 
>>> import minfx
>>> minfx.__version__; minfx.__file__
'...'
</source>

Navigation menu