When I want to run colab_install.sh script in Google Colab, I am confused about content of that script, because it is copying some files to /usr/local and trying to create symbolic links, but there is no /usr/local directory in google colab, only directory content that was created while executing colab_install.sh script. Can someone explain me this, and how to overcome the issue?
When I want to run
colab_install.sh
script in Google Colab, I am confused about content of that script, because it is copying some files to/usr/local
and trying to create symbolic links, but there is no/usr/local
directory in google colab, only directorycontent
that was created while executingcolab_install.sh
script. Can someone explain me this, and how to overcome the issue?