How install a library that is under the /Workspace/Shared/ directory using the init.sh script in a cluster?

juned
New Contributor III

I would like to install a library that is under the /Workspace/Shared/ directory using the init.sh script in a cluster.

How to access the /Workspace/Shared/ folder in shell? This page only shows how to access manually but doesn't show how to access in a shell script - Workspace libraries - Azure Databricks | Microsoft Learn

The documentation - Cluster node initialization scripts - Azure Databricks | Microsoft Learn provides only databricks-cli library install command for libraries that are in the dbfs:/FileStore/JAR directory but unable to navigate to /Workspace/Shared/ folder.