I have a conda container with the gcloud sdk and I can initialize and login to gcloud with gcloud init
just fine. However, if I try to install datalab with gcloud components install datalab
I get:
ERROR: (gcloud.components.install) The components management action could not be performed because the installation root of the Cloud SDK could not be located. If you previously used the Cloud SDK installer, you could re-install the the SDK and retry again.
Is there a workaround?