From 2e4261a0d28f11abc0bf4df55a9775ad045cd028 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 10 Jul 2025 16:42:55 +0200 Subject: build(.envrc): Set the `PYO3_PYTHON` variable again --- .envrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.envrc') 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 -- cgit 1.4.1