Skip to content

Commit

Permalink
Create pyvenv.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
LauferVA authored Apr 23, 2024
1 parent 31355cd commit a53c14a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyvenv.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## modify as necessary:

home = /usr/local/Cellar/[email protected]/3.11.3/Frameworks/Python.framework/Versions/3.11/bin
include-system-site-packages = false
version = 3.11.3
executable = /usr/local/Cellar/[email protected]/3.11.3/Frameworks/Python.framework/Versions/3.11/bin/python3.11
command = /Path/to/your/Python/Version -m venv /Path/To/Project/Folder/env

0 comments on commit a53c14a

Please sign in to comment.