Error with Sample proxy Setup

Hi,

I am getting Errors when deploying Sample Proxies with Apigee trial account on cloud.

I am trying to use the deploy_all.sh script in the API proxy samples. At the end it says Sample proxies are deployed but I don't see them in my account, Please advise.

$ ./deploy_all.sh
This script deploys all sample API proxies under ./sample-proxies to your organization on the Apigee API Platform.
Be sure to populate values in setenv.sh in this directory before running this script.
Using XXXXXXXXXXXXXXX in XXXXXXXXXXXXXXX-eval.
Enter your password for the Apigee Enterprise organization XXXXXXXXXXXXXXX-eval, followed by [ENTER]:
Verifying credentials...
Verfied! Proceeding with deployment.
Deploying all samples to test using XXXXXXXXXXXXXXX and XXXXXXXXXXXXXXX-eval

Creating caches
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   976  100   392  100   584    380    566  0:00:01  0:00:01 --:--:--   947{
  "compression" : {
    "minimumSizeInKB" : 1024
  },
  "description" : "OAuth token cache",
  "diskSizeInMB" : 0,
  "distributed" : true,
  "expirySettings" : {
    "timeOfDay" : {
      "value" : "00:00:00"
    }
  },
  "inMemorySizeInKB" : 0,
  "maxElementsInMemory" : 100,
  "maxElementsOnDisk" : 1000,
  "name" : "oauth-token-cache",
  "overflowToDisk" : true,
  "persistent" : false
}
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   984  100   396  100   588    357    530  0:00:01  0:00:01 --:--:--   888{
  "compression" : {
    "minimumSizeInKB" : 1024
  },
  "description" : "Result pagination cache",
  "diskSizeInMB" : 0,
  "distributed" : true,
  "expirySettings" : {
    "timeOfDay" : {
      "value" : "00:00:00"
    }
  },
  "inMemorySizeInKB" : 0,
  "maxElementsInMemory" : 100,
  "maxElementsOnDisk" : 1000,
  "name" : "paginationCache",
  "overflowToDisk" : true,
  "persistent" : false
}
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
/usr/bin/env: ‘python’: No such file or directory
Deployment complete. Sample API proxies are deployed to the test environment in the organization XXXXXXXXXXXXXXXXXX
Login to enterprise.apigee.com to view and interact with the sample API proxies
To invoke the samples, run invoke.sh found in each sample's directory in this distribution.
For OAuth, you need to run setup.sh in /setup/provisioning directory to install sample API products, developers and apps in your org.
Do you want to run now? ([yes]/no):


0 1 167
1 REPLY 1

Please go through the list of prerequisites and ensure everything is installed. Looks like you don't have python installed.