papa-deimos/instalacion
De Wikicima
(Diferencias entre revisiones)
(→En deimos) |
(→En deimos) |
||
Línea 25: | Línea 25: | ||
</pre> |
</pre> |
||
− | El python the jupyterHub del usuario (?) es este <code>/opt/tljh/user/bin/python3</code> |
+ | El python the jupyterHub del usuario (?) es este <code>/opt/tljh/user/bin/python3</code>, por lo tanto, se tiene que instalar usando el <code>pip</code> de ese directorio |
<pre sryle="shell"> |
<pre sryle="shell"> |
||
# /opt/tljh/user/bin/pip3 install numpy |
# /opt/tljh/user/bin/pip3 install numpy |
||
Línea 35: | Línea 35: | ||
</pre> |
</pre> |
||
− | + | Está por ver, si les otres usuaries verán los paquetes. O cómo hacerlo desde un entorno? |
|
== JupyterHub ([https://jupyter.org/hub https://jupyter.org/hub]) == |
== JupyterHub ([https://jupyter.org/hub https://jupyter.org/hub]) == |
||
Revisión de 00:02 26 oct 2022
Contenido |
En papa
$ mkdir -p ~/sandbox/copy/ $ mkdir -p ~/sandbox/get/ $ sudo mkdir -p /datos/MOD/re-analysis/ECMWF/ERA5/monmean $ sudo mv ~/sandbox/copy/ERA5_monmean_* /datos/MOD/re-analysis/ECMWF/ERA5/monmean/
En deimos
JupyterHub, tiene su propia instalación de python y por lo tanto de sus paquetes. Ver expliacición acá
$ sudo su # apt-get install git subversion # apt-get install python3 python3-scipy python3-numpy cython3 cython3-dbg # apt-get install netcdf-bin libnetcdf-dev netcdf-doc libnetcdff-dev libnetcdff-doc libhdf5-dev libhdf5-dev ncview cdo nco # apt-get install dvipng python3-netcdf4 # apt-get install python3-matplotlib python3-matplotlib-dbg # apt-get install python3-cartopy python-cartopy-data python3-mpltoolkits.basemap # apt-get install firefox-esr firefox-esr-l10n-all # apt-get install gfortran # apt-get install imagemagick
El python the jupyterHub del usuario (?) es este /opt/tljh/user/bin/python3
, por lo tanto, se tiene que instalar usando el pip
de ese directorio
# /opt/tljh/user/bin/pip3 install numpy # /opt/tljh/user/bin/pip3 install netcdf4 # /opt/tljh/user/bin/pip3 install matplotlib # /opt/tljh/user/bin/conda install gcc # apt-get install libgeos-dev # /opt/tljh/user/bin/pip3 install cartopy
Está por ver, si les otres usuaries verán los paquetes. O cómo hacerlo desde un entorno?