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

时间:2016-05-27 10:23:11

标签: 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      
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

0 个答案:

没有答案