Skip to content

Commit

Permalink
chore: use direnv layouts to manage python venv
Browse files Browse the repository at this point in the history
  • Loading branch information
danihodovic committed Aug 9, 2024
1 parent 5c5284b commit 5251c22
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
layout pyenv $(cat .python-version)
layout python
dotenv
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -275,3 +275,5 @@ django_wtf/media/
.ipython/
.env
.envs/*

.direnv
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.10.8
3.12.4

0 comments on commit 5251c22

Please sign in to comment.