Introduce VENV
This commit is contained in:
parent
bb15cf492a
commit
de482074e6
2
.gitignore
vendored
2
.gitignore
vendored
@ -17,6 +17,8 @@ eggs/
|
|||||||
.eggs/
|
.eggs/
|
||||||
lib/
|
lib/
|
||||||
lib64/
|
lib64/
|
||||||
|
lib64
|
||||||
|
bin
|
||||||
parts/
|
parts/
|
||||||
sdist/
|
sdist/
|
||||||
var/
|
var/
|
||||||
|
5
pyvenv.cfg
Normal file
5
pyvenv.cfg
Normal 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
|
@ -0,0 +1,2 @@
|
|||||||
|
import imaplib
|
||||||
|
import email
|
Reference in New Issue
Block a user