Introduce VENV

This commit is contained in:
Fred Boniface 2024-02-16 21:22:18 +00:00
parent bb15cf492a
commit de482074e6
3 changed files with 9 additions and 0 deletions

2
.gitignore vendored
View File

@ -17,6 +17,8 @@ eggs/
.eggs/
lib/
lib64/
lib64
bin
parts/
sdist/
var/

5
pyvenv.cfg Normal file
View File

@ -0,0 +1,5 @@
home = /usr/bin
include-system-site-packages = false
version = 3.11.7
executable = /usr/bin/python3.11
command = /usr/bin/python -m venv /home/fred.boniface/git/owlboard/diagram-parser

View File

@ -0,0 +1,2 @@
import imaplib
import email