Evie Litherland-Smith
8312e0d328
Remove pass-audit for now as it's failing to build, to add back later Move jupyter config into separate file since I don't need it on my personal PC Move home/config directory contents to home/prog since it's (currently at least) all programming related things, attach to relevant files
10 lines
151 B
TOML
10 lines
151 B
TOML
[virtualenvs]
|
|
create = true
|
|
in-project = true
|
|
|
|
[virtualenvs.options]
|
|
always-copy = true
|
|
no-pip = true
|
|
no-setuptools = true
|
|
system-site-packages = true
|