SeldomQA / seldom

Seldom automation testing framework based on unittest

Home Page:https://seldomqa.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use the pip command to install seldom. zsh cannot find seldom

XuXuClassMate opened this issue · comments

commented

install:
image

use:
image

commented

image

默认会生成到 /usr/local/bin/seldom

如果你使用了虚拟环境, 要看python 的路径, 例如:

# python
/Users/user/.local/share/virtualenvs/seldom-qUWgROyJ/bin/python
# seldom
/Users/user/.local/share/virtualenvs/seldom-qUWgROyJ/bin/seldom

根据你的安装,你可以在这个路径下找找:
image

commented

image

image

When I use the install command to download,/usr/local/bin/seldom is not generated by default

Is there any entrance to resume soft links?

commented

image

I saw his directory when I was about to uninstall and reload. I hope this is a new "FQA" for us . cc @defnngj

Then establish the soft connection

sudo ln -s /Library/Frameworks/Python.framework/Versions/3.10/bin/seldom /usr/local/bin/seldom

commented

Thank you very much for your help