mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
10 lines
184 B
Bash
Executable file
10 lines
184 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
export PYTHONWARNINGS=default
|
|
export PYTHONPYCACHEPREFIX=out/pycache
|
|
export ANKIDEV=1
|
|
|
|
./ninja pylib qt pyenv-qt5.14
|
|
./out/pyenv-qt5.14/bin/python tools/run.py $*
|