zoukankan      html  css  js  c++  java
  • python 安装celery

    1. pip install celery
    
    node2:/usr/local/python27/bin#pip install celery
    Requirement already satisfied: celery in /usr/local/python27/lib/python2.7/site-packages
    Requirement already satisfied: kombu<3.1,>=3.0.37 in /usr/local/python27/lib/python2.7/site-packages (from celery)
    Requirement already satisfied: pytz>dev in /usr/local/python27/lib/python2.7/site-packages (from celery)
    Requirement already satisfied: billiard<3.4,>=3.3.0.23 in /usr/local/python27/lib/python2.7/site-packages (from celery)
    Requirement already satisfied: amqp<2.0,>=1.4.9 in /usr/local/python27/lib/python2.7/site-packages (from kombu<3.1,>=3.0.37->celery)
    Requirement already satisfied: anyjson>=0.3.3 in /usr/local/python27/lib/python2.7/site-packages (from kombu<3.1,>=3.0.37->celery)
    
    2.
    
    node2:/usr/local/python27/bin#pip install celery-with-redis
    
    Requirement already satisfied: celery-with-redis in /usr/local/python27/lib/python2.7/site-packages
    Requirement already satisfied: celery<4.0,>=3.0 in /usr/local/python27/lib/python2.7/site-packages (from celery-with-redis)
    Requirement already satisfied: redis>=2.4.4 in /usr/local/python27/lib/python2.7/site-packages (from celery-with-redis)
    Requirement already satisfied: kombu<3.1,>=3.0.37 in /usr/local/python27/lib/python2.7/site-packages (from celery<4.0,>=3.0->celery-with-redis)
    Requirement already satisfied: pytz>dev in /usr/local/python27/lib/python2.7/site-packages (from celery<4.0,>=3.0->celery-with-redis)
    Requirement already satisfied: billiard<3.4,>=3.3.0.23 in /usr/local/python27/lib/python2.7/site-packages (from celery<4.0,>=3.0->celery-with-redis)
    Requirement already satisfied: amqp<2.0,>=1.4.9 in /usr/local/python27/lib/python2.7/site-packages (from kombu<3.1,>=3.0.37->celery<4.0,>=3.0->celery-with-redis)
    Requirement already satisfied: anyjson>=0.3.3 in /usr/local/python27/lib/python2.7/site-packages (from kombu<3.1,>=3.0.37->celery<4.0,>=3.0->celery-with-redis)
    node2:/usr/local/python27/bin#
    
    
    3.node2:/usr/local/python27/bin#pip install django-celery
    Requirement already satisfied: django-celery in /usr/local/python27/lib/python2.7/site-packages
    Requirement already satisfied: celery<4.0,>=3.1.15 in /usr/local/python27/lib/python2.7/site-packages (from django-celery)
    Requirement already satisfied: django>=1.8 in /usr/local/python27/lib/python2.7/site-packages (from django-celery)
    Requirement already satisfied: kombu<3.1,>=3.0.37 in /usr/local/python27/lib/python2.7/site-packages (from celery<4.0,>=3.1.15->django-celery)
    Requirement already satisfied: pytz>dev in /usr/local/python27/lib/python2.7/site-packages (from celery<4.0,>=3.1.15->django-celery)
    Requirement already satisfied: billiard<3.4,>=3.3.0.23 in /usr/local/python27/lib/python2.7/site-packages (from celery<4.0,>=3.1.15->django-celery)
    Requirement already satisfied: amqp<2.0,>=1.4.9 in /usr/local/python27/lib/python2.7/site-packages (from kombu<3.1,>=3.0.37->celery<4.0,>=3.1.15->django-celery)
    Requirement already satisfied: anyjson>=0.3.3 in /usr/local/python27/lib/python2.7/site-packages (from kombu<3.1,>=3.0.37->celery<4.0,>=3.1.15->django-celery)

  • 相关阅读:
    团队冲刺阶段二第五次站立会议
    团队冲刺阶段二第四次站立会议
    团队冲刺阶段二第三次站立会议
    团队冲刺阶段二第二次站立会议
    团队冲刺阶段二第一次站立会议
    第一冲刺阶段总结报告
    团队冲刺阶段一第九次站立会议
    团队冲刺阶段一第八次站立会议
    团队冲刺阶段一第七次站立会议
    团队冲刺阶段一第六次站立会议
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13349392.html
Copyright © 2011-2022 走看看