Python _customer_script.sh:未找到第4行:$:命令

Python _customer_script.sh:未找到第4行:$:命令,python,django,ibm-cloud,Python,Django,Ibm Cloud,我试图将我的应用程序推送到Bluemix,但是,我遇到了以下错误: stack: cflinuxfs2 buildpack: https://github.com/cloudfoundry/cf-buildpack-python.git#v1.5.1 state since cpu memory disk details #0 running 2016-05-27 10:16:28 AM 0.0% 90.8M of 1G 156.5M of 1G Send

我试图将我的应用程序推送到Bluemix,但是,我遇到了以下错误:

stack: cflinuxfs2
buildpack: https://github.com/cloudfoundry/cf-buildpack-python.git#v1.5.1

state since cpu memory disk details   
#0   running   2016-05-27 10:16:28 AM   0.0%   90.8M of 1G   156.5M of 1G      
Sending deployment success of twhisper to IBM DevOps Services...
IBM DevOps Services notified successfully.
_customer_script.sh: line 4: $: command not found

Finished: ERRORED
有关我的申请的更多详细信息: 我正在Windows操作系统上使用Python 2.7.10

清单文件:

applications:
- name: twhisper
  memory: 1024M
  command: python manage.py runserver
  buildpack: https://github.com/cloudfoundry/cf-buildpack-python.git#v1.5.1
  path: .
Requirements.txt:

Django==1.6.5
pygal==1.5.0
pymongo==2.8.0
cloudant==2.0.0a1
twitter==1.14.3
dj-database-url==0.3.0
django-cors-headers==1.0.0
xlwt==1.0.0
requests==2.7.0

有没有可能您检查了_customer\u script.sh:第4行?我不知道在我的应用程序中哪里可以找到“_customer\u script.sh:第4行:$”命令。你能帮我吗?你有没有可能检查过_customer_script.sh:第4行?我不知道在我的应用程序中哪里可以找到“_customer_script.sh:第4行:$”命令。你能帮我吗?