Saurabh Kumar
Saurabh Kumar
@HonakerM Would it possible for you test the fix by @Bajron and/or report more about your environment?
I'll take a look thanks for raising the issue.
@VrushankiPatel The install command for this library is ``` pip install python-dotenv ``` and not ``` pip install dotenv ``` Cheers!
I was more worried about its maintainability of it. But a agree that it's useful. If it can be updated to match with the supported version it will be worth...
Updated code so it doesn't touch on vagrant or VM setup
@djacobs Would be wonderful if we can get a new release. I'm using python 3.5 and have to use the latest master which is not quite optimal. Thanks in advance.
@hmartiro glad it helped :)
Guys, given there is nothing in `master`, I find this document very resourceful. Wondering what it would take to get this pull request approved and merged in. _PS: It's kind-off...
I believe skipping just the autoloader for `load_dotenv()` with a environment variable is probably cleanest option here, unless someone else has a better idea! ``` DOTENV_AUTOLOAD_DISABLED=1 DOTENV_AUTOLOAD_DISABLED=true ``` That said,...
It would be quite challenging for me to assist unless there's a way to replicate the issue. If you're certain it's a problem with this package, I'd be eager to...