Installing specific package versions with pip

前端 未结 11 722
借酒劲吻你
借酒劲吻你 2020-11-22 08:38

I\'m trying to install version 1.2.2 of the MySQL_python adaptor, using a fresh virtualenv created with the --no-site-packages option. The current version shown

11条回答
  •  一整个雨季
    2020-11-22 08:52

    This below command worked for me

    Python version - 2.7

    package - python-jenkins

    command - $ pip install 'python-jenkins>=1.1.1'

提交回复
热议问题