Skip to content
Snippets Groups Projects
Commit 454694ec authored by Gerardo Tauriello's avatar Gerardo Tauriello
Browse files

SCHWED-4556: ensure six is available in venv

Otherwise, 'apt-get autoremove -y' may uninstall it and IPython/Jupyter fails.
parent 99855c18
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,8 @@ virtualenv --system-site-packages $VIRTUALENV_DIR
# INSTALL REQUIRED PYTHON PACKAGES
##################################
pip install jupyter==1.0.0 \
nglview==1.1.6
nglview==1.1.6 \
six==1.13.0
# DOWNLOAD AND INSTALL MSMS
##############
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment