Kamoba
Kamoba
My Workaround is: **Scenario2:** ``` del os.environ['myVar'] load_dotenv(dotenv_path='/home/userA/.envA',override=True) os.getenv('myVar') # None ```
Same here I finaly solved this by using the [second method](https://github.com/shaqian/flutter_ssh/issues/27#issuecomment-599180850) provided. You need first to generate keystore if you do not already have one and configure it following [this](https://github.com/shaqian/flutter_ssh/issues/27#issuecomment-599180850)....
Noticed this issue also, i just display a message to user saying "go to settings and forget it..." until a fix release.