other:python:starting
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | Next revisionBoth sides next revision | ||
other:python:starting [2017/08/10 14:29] – Added references to cdatm15 and cdatm jypeter | other:python:starting [2019/04/24 17:12] – [Where to start] Updated jypeter | ||
---|---|---|---|
Line 10: | Line 10: | ||
In order to start working with Python, you need to have a //Python distribution// | In order to start working with Python, you need to have a //Python distribution// | ||
- | If you are using a Linux computer or a Mac, you should already have a **default python** installed. The following example shows where the python interpreter is installed on the //asterix// LSCE server | + | If you are using a Linux computer or a Mac, you should already have a **default python** installed. The following example shows where the python interpreter is installed on the //obelix// LSCE servers |
< | < | ||
Line 18: | Line 18: | ||
# Where is it coming from (' | # Where is it coming from (' | ||
> rpm -qf / | > rpm -qf / | ||
- | python-2.6.6-64.el6.x86_64 | + | python-2.7.5-77.el7_6.x86_64 |
# You also get some information when you start the interpreter | # You also get some information when you start the interpreter | ||
> python | > python | ||
- | Python 2.6.6 (r266:84292, May 22 2015, 08:34:51) | + | Python 2.7.5 (default, Apr 9 2019, 14:30:50) |
- | [GCC 4.4.7 20120313 | + | [GCC 4.8.5 20150623 |
Type " | Type " | ||
>>> | >>> |
other/python/starting.txt · Last modified: 2025/07/03 16:18 by jypeter