diff options
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.envrc b/.envrc index bac1203..adb00cc 100644 --- a/.envrc +++ b/.envrc @@ -23,3 +23,5 @@ export DATABASE_URL="sqlite://$root/target/database.sqlx" # Plugins are not supported. export YTDLP_NO_PLUGINS=1 + +export PYO3_PYTHON=python3 |