Skip to content
New issue

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

Update ~ to $HOME to fix issues with programs using dart/flutter executables #11603

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

TravisKraemer
Copy link
Contributor

Description of what this PR is changing or adding, and why:
Updating the path to the shell profile to use $HOME rather than ~.

Issues fixed by this PR (if any):

I ran into issues while using rinf with it not being able to find dart. Updated my bash_profile from ~ to $HOME for this which solved the issue.

Before when running rinf message

ProcessException: No such file or directory
  Command: dart pub global activate protoc_plugin

It succeeded with this change.

PRs or commits this PR depends on (if any):
None

Presubmit checklist

  • This PR is marked as draft with an explanation if not meant to land until a future stable release.
  • This PR doesn’t contain automatically generated corrections (Grammarly or similar).
  • This PR follows the Google Developer Documentation Style Guidelines — for example, it doesn’t use i.e. or e.g., and it avoids I and we (first person).
  • This PR uses semantic line breaks of 80 characters or fewer.

…ries

I ran into issues while using rinf with it not being able to find dart. Updated my bash_profile from ~ to $HOME for this which solved the issue.
Copy link

google-cla bot commented Jan 18, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Copy link
Contributor

@sfshaza2 sfshaza2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@sfshaza2
Copy link
Contributor

/gcbrun

@flutter-website-bot
Copy link
Collaborator

Visit the preview URL for this PR (updated for commit 8382786):

https://flutter-docs-prod--pr11603-traviskraemer-fix-shells-pa-4tzy5dbz.web.app

@sfshaza2 sfshaza2 merged commit 66c6b7a into flutter:main Jan 21, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants