Changes between Version 7 and Version 8 of OutilsFormation
- Timestamp:
- Dec 10, 2019, 3:35:37 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OutilsFormation
v7 v8 46 46 == 2. python == 47 47 48 Not as root nor su 49 48 50 wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh 49 51 … … 52 54 ./Miniconda3-latest-Linux-x86_64.sh 53 55 56 conda install netcdf4 h5py jinja2 pip sqlalchemy 57 58 conda install basemap matplotlib numpy scipy 59 60 sudo apt install -y python3-notebook jupyter jupyter-core python-ipykernel 61 62 conda create --name python2 python=2.7 63 64 conda create --name python3 python=3.7 65