Closed NikNikovsky closed 1 year ago
the issue with libmagic only happens on windows (due to windows being very good™, it doesnt have libmagic
binary),
so the actual change should have been adding
python-magic-bin; sys.platform == 'win32'
ALSO, py
is a windows-only thing as well (due to, again, windows being very good™)
I will just add a new line then
I will just add a new line then
hm?
that ok?
that ok?
no, because python3
works on windows as well, i was talking about the change you made python -m venv venv
-> py -m venv venv
py
is windows-only (and it was introduced due to crappiest handling of PATH
in windows)
alright, that ok?
yeee
TODO: write proper readme for backend, should consult DWC before starting work on documentation about backend
I really am guessing here, not expecting this to be merged