Changes between Version 7 and Version 8 of OutilsFormation


Ignore:
Timestamp:
Dec 10, 2019, 3:35:37 PM (4 years ago)
Author:
fhourdin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OutilsFormation

    v7 v8  
    4646== 2. python ==
    4747
     48Not as root nor su
     49
    4850wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
    4951
     
    5254./Miniconda3-latest-Linux-x86_64.sh
    5355
     56conda install netcdf4 h5py jinja2 pip sqlalchemy
     57
     58conda install basemap matplotlib numpy scipy
     59
     60sudo apt install -y python3-notebook jupyter jupyter-core python-ipykernel 
     61
     62conda create --name python2 python=2.7
     63
     64conda create --name python3 python=3.7
     65