GoogleCloudPlatform / gcloud-maven-plugin

Cloud SDK Maven Plugin for Google App Engine (Managed VMs and non Managed VMs)
Apache License 2.0
29 stars 24 forks source link

Plugin ignores python site packages #26

Closed ifigotin closed 9 years ago

ifigotin commented 9 years ago

gcloud SDK includes a check for 'CLOUDSDK_PYTHON_SITEPACKAGES' variable. If that variable is NOT present, the "-S" option will be added to python interpreter. The maven plugin, on the other hand, uses "-S" all the time, ignoring the fact that site packages may be present.