From aaff82fe9895bfbdd9fbce4ca6e3255ad81e5ef5 Mon Sep 17 00:00:00 2001 From: Giacomo Leidi Date: Sat, 10 Jun 2023 23:34:12 +0200 Subject: [PATCH] Update .envrc. --- .envrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.envrc b/.envrc index cb0095f..321b877 100644 --- a/.envrc +++ b/.envrc @@ -13,7 +13,7 @@ if has guix; then pre-commit uninstall fi if [ ! -d "$venv_dir" ] ; then - virtualenv -p `which python3.9` "$venv_dir" + virtualenv -p `which python3` "$venv_dir" poetry install pre-commit install fi