You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use-case where I must execute bash commands, so I wrote a small package based on python-dotenv, called python-direnv. It executes bash in a subshell, but relies on the user actually allowing the file to be executed through direnv.
I've seen the BSD3 License, I'm wondering if my current use of references to python-dotenv is fine. Thanks !
Hey,
I have a use-case where I must execute bash commands, so I wrote a small package based on
python-dotenv
, calledpython-direnv
. It executes bash in a subshell, but relies on the user actually allowing the file to be executed through direnv.I've seen the BSD3 License, I'm wondering if my current use of references to
python-dotenv
is fine. Thanks !https://github.com/nicolas-graves/python-direnv
The text was updated successfully, but these errors were encountered: