Rsyslog +虚拟环境
我正在 rsyslog 中使用 shell 执行操作来执行 CentOS 计算机上的 python 脚本。如何确保它运行在指定的virtualenv中?
I'm using a shell execute action in rsyslog to a python script on a CentOS machine. How can I ensure that it runs in a specified virtualenv?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否曾经在研究某事时提出了一个问题,然后了解到您需要做什么,然后希望自己没有提出这个问题?
您需要做的就是修改您的 python 路径并将路径添加到您要使用的 virtualenv 的 site-packages 目录中。
Have you ever asked a question while researching something, then learned what you needed to do and then wished you hadn't asked the question?
All you need to do is modify your python path and add the path to the site-packages directory of the virtualenv you want to use.