blob: 716d513c0c8dbc50911e21fb2143a1038b7ad3bf (
plain) (
blame)
1
2
3
4
5
  | 
set -euo pipefail
export PYTHONUSERBASE=/snekbox/user_base
find /lang/python -mindepth 1 -maxdepth 1 -type d -exec \
    {}/bin/python -m pip install --user -U -r requirements/eval-deps.pip \;
 
  |