diff --git a/tools/setup-virtualenv.sh b/tools/setup-virtualenv.sh index 39136c4189691debbd8e0cce8952dc3bb85ba5db..38cfcbb6368474133fb92b5571ca83497456bbae 100755 --- a/tools/setup-virtualenv.sh +++ b/tools/setup-virtualenv.sh @@ -56,8 +56,6 @@ then echo "file://$SRC/modules" > "$WEBOOB_WORKDIR/sources.list" fi -./bin/weboob-config update - cat > use-weboob-local.sh << EOF VDIR="$VDIR" . "$VDIR/bin/activate" @@ -75,3 +73,4 @@ then echo "You can add file://$SRC/modules into $VDIR/workdir/sources.list to use local modules instead of downloading modules." fi +./bin/weboob-config update