Update .envrc.

This commit is contained in:
Giacomo Leidi 2023-06-10 23:34:12 +02:00
parent 1c7e3c7ed5
commit aaff82fe98
No known key found for this signature in database
GPG Key ID: D075F59A480549C3
1 changed files with 1 additions and 1 deletions

2
.envrc
View File

@ -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