gpt4 book ai didi

openshift - 如何让 Python Openshift 运行某个 Python 文件?

转载 作者:行者123 更新时间:2023-12-04 21:36:26 24 4
gpt4 key购买 nike

我想在 OpenShift 应用程序启动时运行某个 python 文件。我尝试了很多东西,比如在 wsgi.py 文件中运行 execfile("thefilename.py")这没有用!

我希望能得到一些帮助!非常感谢!

最佳答案

从 bash 脚本运行。

#!/bin/bash

export LD_LIBRARY_PATH="/opt/rh/python33/root/usr/lib64"
export PATH="/var/lib/openshift/<your ssh id>/python//virtenv/venv/bin:/var/lib/openshift/<your ssh id>/python//bin:/opt/rh/python33/root/usr/bin:/bin:/usr/bin:/usr/sbin"
source ${VIRTUAL_ENV}/bin/activate
python pathtofile/yourfile.py

关于openshift - 如何让 Python Openshift 运行某个 Python 文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36509781/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com