We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i tried the example in the release mode on macos and it didn't recognise the command brew, I tried running brew --version in debug mode it works.
The text was updated successfully, but these errors were encountered:
Related: Homebrew/brew#15833
You can fix it by adding
final homeDir = Platform.environment['HOME'] ?? ''; pty.write(const Utf8Encoder().convert('export HOME=$homeDir' + carriageReturn));
after pty.start.
pty.start
This sets $HOME which is needed by process for it to be able to run brew.
brew
Sorry, something went wrong.
will it be able to run ffmpeg or any other installed tools too this way?
From my test on my machine™️ it will
No branches or pull requests
i tried the example in the release mode on macos and it didn't recognise the command brew, I tried running brew --version in debug mode it works.
The text was updated successfully, but these errors were encountered: