Changes between Version 13 and Version 14 of OutilsFormation


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

--

Legend:

Unmodified
Added
Removed
Modified
  • OutilsFormation

    v13 v14  
    1111== 1. Installations automatiques par apt ==
    1212
    13 apt update [[BR]]
    14 apt upgrade [[BR]]
    15  [[BR]]
     13To start with
     14
     15{{{
     16apt update
     17apt upgrade
     18}}}
    1619
    1720 [[BR]]
    1821Base :
    1922{{{
    20 apt install -y csh ksh keychain ncftp vim vim-gnome xournal nfs-common  # base [[BR]]
     23apt install -y csh ksh keychain ncftp vim vim-gnome xournal nfs-common  # base
    2124}}}
    2225
    2326{{{
    24 apt install -y lftp [[BR]]
    25 apt install -y synaptic gdebi                            # install paquets [[BR]]
    26 apt install -y xfig grads imagemagick gv grace           # graphique [[BR]]
    27 apt install -y texlive-base texlive-latex-extra texlive-lang-french latexdiff  texlive-publishers  #LaTeX [[BR]]
    28 apt isntall -y latexmk texlive-science [[BR]]
    29 apt install -y latex2html [[BR]]
    30 apt install -y texlive-extra-utils texlive-font-utils # pdfjam [[BR]]
     27apt install -y lftp
     28apt install -y synaptic gdebi                            # install paquets
     29apt install -y xfig grads imagemagick gv grace           # graphique
     30apt install -y texlive-base texlive-latex-extra texlive-lang-french latexdiff  texlive-publishers  #LaTeX
     31apt isntall -y latexmk texlive-science
     32apt install -y latex2html
     33apt install -y texlive-extra-utils texlive-font-utils # pdfjam
    3134}}}
    3235
     
    4043{{{
    4144# Pour compilation dont LMDZ [[BR]]
    42 apt install -y cdo nco netcdf-bin libnetcdf-dev ncview   # netcdf [[BR]]
    43 apt install -y gfortran g++ libblas-dev subversion git   # fortran et svn [[BR]]
    44 apt install -y openmpi-common libopenmpi-dev openmpi-bin # openmpi [[BR]]
    45 apt install -y gifsicle [[BR]]
    46 apt install -y ekiga                                        # conf renater [[BR]]
    47  [[BR]]
    48 sudo snap install pdftk # Autre package de concatenation de pdf [[BR]]
    49 apt install -y dos2unix [[BR]]
     45apt install -y cdo nco netcdf-bin libnetcdf-dev ncview   # netcdf
     46apt install -y gfortran g++ libblas-dev subversion git   # fortran et svn
     47apt install -y openmpi-common libopenmpi-dev openmpi-bin # openmpi
     48apt install -y gifsicle
     49apt install -y ekiga                                        # conf renater
     50
     51sudo snap install pdftk # Autre package de concatenation de pdf
     52apt install -y dos2unix
    5053}}}
    5154
     
    6366On a new window to reinitiate the environment
    6467
     68{{{
    6569conda install netcdf4 h5py jinja2 pip sqlalchemy basemap matplotlib numpy scipy
     70conda create --name python2 python=2.7
     71conda create --name python3 python=3.7
     72}}}
    6673
     74Jupyter notebooks
     75{{{
    6776sudo apt install -y python3-notebook jupyter jupyter-core python-ipykernel 
     77}}}
    6878
    69 conda create --name python2 python=2.7
    7079
    71 conda create --name python3 python=3.7
    72