User Tools

Site Tools


other:python:starting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
other:python:starting [2019/04/25 16:07]
jypeter Lots of changes
other:python:starting [2019/04/26 07:35]
jypeter Added Ultra quick-start on the LSCE servers
Line 29: Line 29:
 >>>​ >>>​
 </​code>​ </​code>​
 +
 +===== Ultra quick-start on the LSCE servers =====
 +
 +==== Initialization ====
 +
 +  - Start a terminal on an //obelix// server
 +  - Type ''​python''​ to access the //default Python 2// interpreter or follow the steps below for a more advanced distribution. Remember that **you can exit the interpreter by typing CTRL-D** (or ''​quit()''​ or ''​exit()''​)
 +    - Determine if you are using a [[other:​newppl:​starting#​which_shell_are_you_using|bash or tcsh shell]], then type the following command to initialize python
 +      - In a //bash// shell: ''​source ~jypeter/​.conda3_jyp.sh''​
 +      - In a //tcsh// shell: ''​source ~jypeter/​.conda3_jyp.csh''​
  
 ===== Python distributions available for LSCE users ===== ===== Python distributions available for LSCE users =====
other/python/starting.txt · Last modified: 2024/05/30 13:41 by jypeter