httprunner 安装后出现-bash: httprunner: command not found - V2EX
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
asensio

httprunner 安装后出现-bash: httprunner: command not found

  •  
  •   asensio Jan 5, 2021 1496 views
    This topic created in 1943 days ago, the information mentioned may be changed or developed.

    环境: mac os 10.14.6 python 2.7 pip 20.3.3

    $ pip install httprunner DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest... pip 21.0 will remove support for this functionality. Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: httprunner in /Users/guanliyuan/Library/Python/2.7/lib/python/site-packages (2.5.7) Requirement already satisfied: jinja2<3.0.0,>=2.10.3 in /Users/guanliyuan/Library/Python/2.7/lib/python/site-packages (from httprunner) (2.11.2) Requirement already satisfied: jsonschema<4.0.0,>=3.2.0 in /Users/guanliyuan/Library/Python/2.7/lib/python/site-packages (from httprunner) (3.2.0) Requirement already satisfied: future<0.19.0,>=0.18.1; python_version >= "2.7" and python_version < "2.8" in /Users/guanliyuan/Library/Python/2.7/lib/python/site-packages (from httprunner) (0.18.2) Requirement already satisfied: sentry-sdk<0.14.0,>=0.13.5 in /Users/guanliyuan/Library/Python/2.7/lib/python/site-packages (from httprunner) (0.13.5) Requirement already satisfied: colorlog<5.0.0,>=4.0.2 in /Users/guanliyuan/Library/Python/2.7/lib/python/site-packages (from httprunner) (4.6.2) Requirement already satisfied: colorama<0.5.0,>=0.4.1 in /Users/guanliyuan/Library/Python/2.7/lib/python/site-packages (from httprunner) (0.4.4) Requirement already satisfied: requests-toolbelt<0.10.0,>=0.9.1 in /Users/guanliyuan/Library/Python/2.7/lib/python/site-packages (from httprunner) (0.9.1) Requirement already satisfied: requests<3.0.0,>=2.22.0 in /Users/guanliyuan/Library/Python/2.7/lib/python/site-packages (from httprunner) (2.25.1) Requirement already satisfied: jsonpath<0.83,>=0.82 in /Users/guanliyuan/Library/Python/2.7/lib/python/site-packages (from httprunner) (0.82) Requirement already satisfied: enum34<2.0.0,>=1.1.6; python_version >= "2.7" and python_version < "2.8" in /Users/guanliyuan/Library/Python/2.7/lib/python/site-packages (from httprunner) (1.1.10) Requirement already satisfied: pyyaml<6.0.0,>=5.1.2 in /Users/guanliyuan/Library/Python/2.7/lib/python/site-packages (from httprunner) (5.3.1) Requirement already satisfied: filetype<2.0.0,>=1.0.5 in /Users/guanliyuan/Library/Python/2.7/lib/python/site-packages (from httprunner) (1.0.7) Requirement already satisfied: har2case<0.4.0,>=0.3.1 in /Users/guanliyuan/Library/Python/2.7/lib/python/site-packages (from httprunner) (0.3.1) Requirement already satisfied: MarkupSafe>=0.23 in /Users/guanliyuan/Library/Python/2.7/lib/python/site-packages (from jinja2<3.0.0,>=2.10.3->httprunner) (1.1.1) Requirement already satisfied: pyrsistent>=0.14.0 in /Users/guanliyuan/Library/Python/2.7/lib/python/site-packages (from jsonschema<4.0.0,>=3.2.0->httprunner) (0.17.2) Requirement already satisfied: importlib-metadata; python_version < "3.8" in /Users/guanliyuan/Library/Python/2.7/lib/python/site-packages (from jsonschema<4.0.0,>=3.2.0->httprunner) (2.1.1) Requirement already satisfied: setuptools in /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python (from jsonschema<4.0.0,>=3.2.0->httprunner) (18.5) Requirement already satisfied: functools32; python_version < "3" in /Users/guanliyuan/Library/Python/2.7/lib/python/site-packages (from jsonschema<4.0.0,>=3.2.0->httprunner) (3.2.3.post2) Requirement already satisfied: attrs>=17.4.0 in /Users/guanliyuan/Library/Python/2.7/lib/python/site-packages (from jsonschema<4.0.0,>=3.2.0->httprunner) (20.3.0) Requirement already satisfied: six>=1.11.0 in /Users/guanliyuan/Library/Python/2.7/lib/python/site-packages (from jsonschema<4.0.0,>=3.2.0->httprunner) (1.15.0) Requirement already satisfied: urllib3>=1.10.0 in /Users/guanliyuan/Library/Python/2.7/lib/python/site-packages (from sentry-sdk<0.14.0,>=0.13.5->httprunner) (1.26.2) Requirement already satisfied: certifi in /Users/guanliyuan/Library/Python/2.7/lib/python/site-packages (from sentry-sdk<0.14.0,>=0.13.5->httprunner) (2020.12.5) Requirement already satisfied: chardet<5,>=3.0.2 in /Users/guanliyuan/Library/Python/2.7/lib/python/site-packages (from requests<3.0.0,>=2.22.0->httprunner) (4.0.0) Requirement already satisfied: idna<3,>=2.5 in /Users/guanliyuan/Library/Python/2.7/lib/python/site-packages (rom requests<3.0.0,>=2.22.0->httprunner) (2.10) Requirement already satisfied: contextlib2; python_version < "3" in /Users/guanliyuan/Library/Python/2.7/lib/python/site-packages (from importlib-metadata; python_version < "3.8"->jsonschema<4.0.0,>=3.2.0->httprunner) (0.6.0.post1) Requirement already satisfied: pathlib2; python_version < "3" in /Users/guanliyuan/Library/Python/2.7/lib/python/site-packages (from importlib-metadata; python_version < "3.8"->jsonschema<4.0.0,>=3.2.0->httprunner) (2.3.5) Requirement already satisfied: zipp>=0.5 in /Users/guanliyuan/Library/Python/2.7/lib/python/site-packages (from importlib-metadata; python_version < "3.8"->jsonschema<4.0.0,>=3.2.0->httprunner) (1.2.0) Requirement already satisfied: configparser>=3.5; python_version < "3" in /Users/guanliyuan/Library/Python/2.7/lib/python/site-packages (from importlib-metadata; python_version < "3.8"->jsonschema<4.0.0,>=3.2.0->httprunner) (4.0.2) Requirement already satisfied: scandir; python_version < "3.5" in /Users/guanliyuan/Library/Python/2.7/lib/python/site-packages (from pathlib2; python_version < "3"->importlib-metadata; python_version < "3.8"->jsonschema<4.0.0,>=3.2.0->httprunner) (1.10.0) cyandeMacBook-Pro:bin guanliyuan$ httprunner -V -bash: httprunner: command not found

    1 replies    2021-01-05 17:34:32 +08:00
    lsaiah
        1
    lsaiah  
       Jan 5, 2021
    环境变量
    About     Help     Advertise     Blog     API     FAQ     Solana     751 Online   Highest 6679       Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 30ms UTC 21:36 PVG 05:36 LAX 14:36 JFK 17:36
    Do have faith in what you're doing.
    ubao msn snddm index pchome yahoo rakuten mypaper meadowduck bidyahoo youbao zxmzxm asda bnvcg cvbfg dfscv mmhjk xxddc yybgb zznbn ccubao uaitu acv GXCV ET GDG YH FG BCVB FJFH CBRE CBC GDG ET54 WRWR RWER WREW WRWER RWER SDG EW SF DSFSF fbbs ubao fhd dfg ewr dg df ewwr ewwr et ruyut utut dfg fgd gdfgt etg dfgt dfgd ert4 gd fgg wr 235 wer3 we vsdf sdf gdf ert xcv sdf rwer hfd dfg cvb rwf afb dfh jgh bmn lgh rty gfds cxv xcv xcs vdas fdf fgd cv sdf tert sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf shasha9178 shasha9178 shasha9178 shasha9178 shasha9178 liflif2 liflif2 liflif2 liflif2 liflif2 liblib3 liblib3 liblib3 liblib3 liblib3 zhazha444 zhazha444 zhazha444 zhazha444 zhazha444 dende5 dende denden denden2 denden21 fenfen9 fenf619 fen619 fenfe9 fe619 sdf sdf sdf sdf sdf zhazh90 zhazh0 zhaa50 zha90 zh590 zho zhoz zhozh zhozho zhozho2 lislis lls95 lili95 lils5 liss9 sdf0ty987 sdft876 sdft9876 sdf09876 sd0t9876 sdf0ty98 sdf0976 sdf0ty986 sdf0ty96 sdf0t76 sdf0876 df0ty98 sf0t876 sd0ty76 sdy76 sdf76 sdf0t76 sdf0ty9 sdf0ty98 sdf0ty987 sdf0ty98 sdf6676 sdf876 sd876 sd876 sdf6 sdf6 sdf9876 sdf0t sdf06 sdf0ty9776 sdf0ty9776 sdf0ty76 sdf8876 sdf0t sd6 sdf06 s688876 sd688 sdf86