Skip to content

Commit

Permalink
update pyvenv setup
Browse files Browse the repository at this point in the history
  • Loading branch information
patkub committed Oct 27, 2024
1 parent 794b18d commit 672b349
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ ipython_config.py
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version
pyvenv.cfg

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
Expand Down
8 changes: 4 additions & 4 deletions pyvenv.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
home = /usr/bin
home = /Users/patka/.pyenv/versions/3.13.0/bin
include-system-site-packages = false
version = 3.12.3
executable = /usr/bin/python3.12
command = /usr/bin/python3 -m venv /home/patrick/PycharmProjects/console-songs
version = 3.13.0
executable = /Users/patka/.pyenv/versions/3.13.0/bin/python3.13
command = /Users/patka/.pyenv/versions/3.13.0/bin/python3 -m venv /Users/patka/PycharmProjects/console-songs

0 comments on commit 672b349

Please sign in to comment.