This is a companion discussion topic for the original entry at https://www.raywenderlich.com/1304635-kotlin-native-and-multiplatform/lessons/18
This is a companion discussion topic for the original entry at https://www.raywenderlich.com/1304635-kotlin-native-and-multiplatform/lessons/18
Hi. I was typing the same command line as you did in the video for installing konan and it says back “-bash: vim: No such file or directory”. Do you have any idea to solve this problem?
Thanks for this tutorial! Im super excited about it! Cheers
Thank you for the question and we’re glad you’re excited about the course @jjeui0308! vim
is the editor I used to edit my .zshrc
file to add konanc
into my path, in this video:
https://www.raywenderlich.com/1304635-kotlin-native-and-multiplatform/lessons/3
If that is the command that gave you trouble, you can use any text editor besides vim
to update the path, e.g. TextEdit on macOS.
However, many people use bash and not zsh for their shell, in which case you should instead update the PATH variable in either .profile
or .bashrc
in your home directory.
Thanks again for your question!