nicholaskajoh / ivy

Video-based object counting software.
MIT License
428 stars 170 forks source link

OS dependency #31

Closed M-Colley closed 5 years ago

M-Colley commented 5 years ago

Hey, is it correct that .env files are only usable on Linux based distributions?

Is there a way to use this on Windows - e.g. you could determine the os at the start and then just use default variables instead of the os.getenv command. If needed, I or other users could switch these out. It would be great for a more flexible usage regarding OS.

Thanks.

nicholaskajoh commented 5 years ago

Hi @theMAC9! .env files work on all OSes AFAIK. What issue are you experiencing with Windows?

M-Colley commented 5 years ago

Hey, it was a problem I actually had on my machine, works now. Still, thanks for the quick reply and for the great project!