Google cloud shell .customize_environment not working

501 Views Asked by At

I'm trying to install code-server at the cloud shell boot, so, I created the file .customize_environment

nano $HOME/.customize_environment

and the content is:

echo "installing code server..."
curl -fsSL https://code-server.dev/install.sh | sh
PATH="$HOME/.local/bin:$PATH"
echo "code-server installed"

when the cloud shell starts it still prints the default message

Welcome to Cloud Shell! Type "help" to get started.
Your Cloud Platform project in this session is set to

rather than installing code server..., and doesn't install code-server.

1

There are 1 best solutions below

3
On

this was caused by a bug that we are currently fixing. If this issue persists through next week please reply back to this thread.