some errors fixed in setup_apps_conda.sh

This commit is contained in:
Nicolas 2022-06-23 10:45:12 +02:00
parent 324ab0bf97
commit 662f24a932
1 changed files with 4 additions and 1 deletions

View File

@ -26,12 +26,15 @@ fi
#apt-get update
#apt-get install -y ipmitool && modprobe ipmi_devintf
apt-get update
apt-get install -y language-pack-de
apt-get install python3.10-venv
echo "Install a recent notejs for jupyterhub from nodesource..."
#src: https://github.com/nodesource/distributions/blob/master/README.md
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..."
python3 -m venv /opt/jupyterhub/