This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:python:start [2013/01/17 10:28] adymond |
howto:python:start [2021/12/09 16:42] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Python ====== | ====== Python ====== | ||
| - | .profile | + | See the [[guide:python|Python |
| - | source .bashrc | + | |
| - | + | ||
| - | .bashrc | + | |
| - | + | ||
| - | export PATH=$HOME/ | + | |
| - | + | ||
| - | #gcc | + | |
| - | module add gcc/4.7.2 | + | |
| - | export LD_LIBRARY_PATH=/ | + | |
| - | + | ||
| - | # Python | + | |
| - | export PATH=/ | + | |
| - | export LD_LIBRARY_PATH=/ | + | |
| - | + | ||
| - | Thats it. The / | + | |
| - | $ ipython | + | |
| - | $ import numpy | + | |
| - | $ numpy.test() | + | |
| - | + | ||
| - | ===== Installing packages ===== | + | |