• 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)

  • 相关阅读:
    List<Map>中根据某个属性去重,不重复的值则覆盖null
    Jenkins的Master-Slave分布式构建
    Jenkins+Docker+SpringCloud微服务持续集成(集群版)
    Jenkins+Docker+SpringCloud微服务持续集成(单机版)
    Jenkins持续集成实战
    Python面向对象总结
    Python监控Redis脚本
    SnmpWalk获取服务器状态信息
    xclarity
    CNware
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13349392.html
Copyright © 2020-2023  润新知