mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
avoid key length errors with old mysql + jupyterhub 0.7
This commit is contained in:
@@ -9,7 +9,7 @@ bash "$(dirname $0)"/init-db.sh
|
||||
|
||||
# create virtualenv with jupyterhub 0.7
|
||||
echo "creating virutalenv in $ENVDIR"
|
||||
python -m virtualenv "$ENVDIR"
|
||||
python -m venv "$ENVDIR"
|
||||
$ENVDIR/bin/pip install -q -r old-requirements.txt
|
||||
|
||||
echo "env-jupyterhub: $($ENVDIR/bin/jupyterhub --version)"
|
||||
|
Reference in New Issue
Block a user