You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: