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

PATH variables not recognized Ubuntu. #6

Open
abhinna1 opened this issue Jul 19, 2023 · 1 comment
Open

PATH variables not recognized Ubuntu. #6

abhinna1 opened this issue Jul 19, 2023 · 1 comment

Comments

@abhinna1
Copy link

abhinna1 commented Jul 19, 2023

I was really enjoying the terminal until when I was installing flutter on my system, I realized that the PATH variable wasn't updating until I explicitly ran the .bashrc file by source ~/.bashrc. Then after a few investigation, I realized that none of my PATH variables were accessible. Not sure what the cause to it may be tho.

@david-rse
Copy link

I had a similar issue, tried to source the .bashrc file and not happy with the results. The following fixed my issue:

In ~/.zshrc:

[[ -e ~/.profile ]] && emulate sh -c 'source ~/.profile'

From:
https://stackoverflow.com/questions/764600/how-can-you-export-your-bashrc-to-zshrc

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

No branches or pull requests

2 participants