Skip to content
New issue

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

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

Closed
XuXuClassMate opened this issue Feb 21, 2023 · 4 comments
Closed

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

XuXuClassMate opened this issue Feb 21, 2023 · 4 comments

Comments

@XuXuClassMate
Copy link

install:
image

use:
image

@defnngj
Copy link
Collaborator

defnngj commented Feb 21, 2023

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

@XuXuClassMate
Copy link
Author

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?

@XuXuClassMate
Copy link
Author

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

@XuXuClassMate
Copy link
Author

Thank you very much for your help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants