问题
I am trying to install an application on Azure databricks from python3.
From the databricks notebook:
%sh
cd /dbfs/my_path/app_files/my_app/ #( there is a makefile here)
make
Enter soft-link target file or directory for "lib/include/xxx_app_name" (return if not needed):
I cannot use shell to access azure databricks, how I can enter the necessary command for the interactive command line ?
thanks
来源:https://stackoverflow.com/questions/61702105/auzre-databricks-install-an-application-but-a-command-cannot-be-entered-from-the