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

MacOS Catalina default shell change to zsh causing issue in Bitrise #243

Open
firozansar opened this issue Jan 12, 2023 · 2 comments
Open

Comments

@firozansar
Copy link

firozansar commented Jan 12, 2023

Following line in install.sh is not working on Bitrise:
echo 'export PATH=/usr/local/kotlinc/bin:$PATH' >> ~/.bash_profile which generate following error:
/root/.bash_profile: No such file or directory

I think the changing .bash_profile to .zprofile will fix the issue.

@gianluz
Copy link
Member

gianluz commented Jan 22, 2023

source ~/zshrc should work! I'll update the readme with this soon😎 thanks @firozansar 👍👍

@firozansar
Copy link
Author

source ~/zshrc should work! I'll update the readme with this soon😎 thanks @firozansar 👍👍

Thanks for the update @gianluz 😄

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