Nithin
Nithin

Reputation: 5840

Google App Engine SDK path in linux for pycharm?

While configuring pycharm (professional) for Google App engine it asks for App Engine SDK path, while google now gives everything bundled in a Google cloud SDK. On choosing the cloud SDK directory, pycharm is saying it's invalid. What is the correct path for Google App engine SDK?

Upvotes: 2

Views: 1323

Answers (2)

Julio Cezar Riffel
Julio Cezar Riffel

Reputation: 89

In Mint 19.2

/usr/lib/google-cloud-sdk/platform/google_appengine

Upvotes: 1

Nithin
Nithin

Reputation: 5840

The correct path to use is the platform/google_appengine/ directory, within the google-cloud-sdk installation directory,

Upvotes: 3

Related Questions