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
虽然没维护,还是想问问 envs/mongo不存在,只有envs/main
fabfile.py里的 local("/bin/bash -l -c 'source envs/mongo/bin/activate && nohup " "mongo-connector -m localhost:27017 -t localhost:9200 -d " "elastic2_doc_manager --continue-on-error &'")
缺少envs/mongo/bin/activate
The text was updated successfully, but these errors were encountered:
自己解答咯,正确路径是mongo/bin/activate
Sorry, something went wrong.
兄弟,能出个教程吗?跑不起来!
No branches or pull requests
虽然没维护,还是想问问
envs/mongo不存在,只有envs/main
fabfile.py里的
local("/bin/bash -l -c 'source envs/mongo/bin/activate && nohup "
"mongo-connector -m localhost:27017 -t localhost:9200 -d "
"elastic2_doc_manager --continue-on-error &'")
缺少envs/mongo/bin/activate
The text was updated successfully, but these errors were encountered: