We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install:
use:
The text was updated successfully, but these errors were encountered:
默认会生成到 /usr/local/bin/seldom
/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
根据你的安装,你可以在这个路径下找找:
Sorry, something went wrong.
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?
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
Thank you very much for your help
No branches or pull requests
install:
use:
The text was updated successfully, but these errors were encountered: