Skip to content

Commit

Permalink
add virtual env
Browse files Browse the repository at this point in the history
  • Loading branch information
davidenders11 committed Sep 19, 2023
1 parent d4919c0 commit 02c570b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Virtual Environment
/bin
/lib
5 changes: 5 additions & 0 deletions pyvenv.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
home = /Library/Frameworks/Python.framework/Versions/3.11/bin
include-system-site-packages = false
version = 3.11.5
executable = /Library/Frameworks/Python.framework/Versions/3.11/bin/python3.11
command = /Library/Frameworks/Python.framework/Versions/3.11/bin/python3 -m venv /Users/davidenders/Desktop/gmail-automation

0 comments on commit 02c570b

Please sign in to comment.