uncomment the venv path

This commit is contained in:
hillerliao
2021-08-21 13:29:39 +08:00
committed by GitHub
parent 6dbbe1d86d
commit 7a9e3a6812

View File

@@ -11,7 +11,7 @@ chdir = /opt/RSSHub-python
# 在app加载前切换到当前目录 指定运行目录 # 在app加载前切换到当前目录 指定运行目录
wsgi-file = wsgi.py wsgi-file = wsgi.py
virtualenv = ~/.local/share/virtualenvs/RSSHub-python-e4f4sLQi virtualenv = #[注意填写虚拟环境的位置]
# pythonpath = /opt/RSSHub-python # pythonpath = /opt/RSSHub-python
#上面的pythonpath需要换成刚才你自己创建的应用的目录 #上面的pythonpath需要换成刚才你自己创建的应用的目录
# module = rsshub # module = rsshub