diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-10 16:42:55 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-10 16:42:55 +0200 |
commit | 2e4261a0d28f11abc0bf4df55a9775ad045cd028 (patch) | |
tree | 9ab2d535bad6cf86de0e8c4954571c1f8184d15f | |
parent | refactor(crates/yt/config): Use a macro to generate the config parsing code (diff) | |
download | yt-2e4261a0d28f11abc0bf4df55a9775ad045cd028.zip |
build(.envrc): Set the `PYO3_PYTHON` variable again
-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 |