Switch to rtx instead of pyenv
parent
10df25051c
commit
31906c2795
@ -1,2 +1,3 @@
|
||||
layout python3
|
||||
export ENV_FILE="$(realpath ./envs/local-envs.env)"
|
||||
export DATABASE_URL="sqlite:///$(realpath ./db/db.sqlite3)"
|
||||
|
@ -0,0 +1 @@
|
||||
python {{ cookiecutter.python_version }}
|
Loading…
Reference in New Issue