some errors fixed in setup_apps_conda.sh
This commit is contained in:
parent
324ab0bf97
commit
662f24a932
|
@ -26,12 +26,15 @@ fi
|
||||||
#apt-get update
|
#apt-get update
|
||||||
#apt-get install -y ipmitool && modprobe ipmi_devintf
|
#apt-get install -y ipmitool && modprobe ipmi_devintf
|
||||||
|
|
||||||
|
apt-get update
|
||||||
apt-get install -y language-pack-de
|
apt-get install -y language-pack-de
|
||||||
|
|
||||||
|
apt-get install python3.10-venv
|
||||||
|
|
||||||
echo "Install a recent notejs for jupyterhub from nodesource..."
|
echo "Install a recent notejs for jupyterhub from nodesource..."
|
||||||
#src: https://github.com/nodesource/distributions/blob/master/README.md
|
#src: https://github.com/nodesource/distributions/blob/master/README.md
|
||||||
curl -fsSL https://deb.nodesource.com/setup_current.x | bash -
|
curl -fsSL https://deb.nodesource.com/setup_current.x | bash -
|
||||||
apt-get install -y nodejs npm
|
apt-get install -y nodejs
|
||||||
|
|
||||||
echo "create virtualenv and install JupyterHub..."
|
echo "create virtualenv and install JupyterHub..."
|
||||||
python3 -m venv /opt/jupyterhub/
|
python3 -m venv /opt/jupyterhub/
|
||||||
|
|
Loading…
Reference in New Issue