You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a beginner with python and GCP. I am following the steps to deploy the server and when I am at this step:
cd server && python3 -m venv venv && . venv/bin/activate
I am getting the error:
'.' is not recognized as an internal or external command, operable program or batch file.
Do you know what is wrong? Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi,
I am a beginner with python and GCP. I am following the steps to deploy the server and when I am at this step:
cd server && python3 -m venv venv && . venv/bin/activate
I am getting the error:
'.' is not recognized as an internal or external command, operable program or batch file.
Do you know what is wrong? Thanks in advance.
The text was updated successfully, but these errors were encountered: