• <bdo id='64ujN'></bdo><ul id='64ujN'></ul>
    <tfoot id='64ujN'></tfoot>

    <i id='64ujN'><tr id='64ujN'><dt id='64ujN'><q id='64ujN'><span id='64ujN'><b id='64ujN'><form id='64ujN'><ins id='64ujN'></ins><ul id='64ujN'></ul><sub id='64ujN'></sub></form><legend id='64ujN'></legend><bdo id='64ujN'><pre id='64ujN'><center id='64ujN'></center></pre></bdo></b><th id='64ujN'></th></span></q></dt></tr></i><div id='64ujN'><tfoot id='64ujN'></tfoot><dl id='64ujN'><fieldset id='64ujN'></fieldset></dl></div>

    <small id='64ujN'></small><noframes id='64ujN'>

        <legend id='64ujN'><style id='64ujN'><dir id='64ujN'><q id='64ujN'></q></dir></style></legend>

        如何在 python 脚本中修改系统路径变量?

        how do I modify the system path variable in python script?(如何在 python 脚本中修改系统路径变量?)
        • <small id='RN4eh'></small><noframes id='RN4eh'>

              <bdo id='RN4eh'></bdo><ul id='RN4eh'></ul>

                <i id='RN4eh'><tr id='RN4eh'><dt id='RN4eh'><q id='RN4eh'><span id='RN4eh'><b id='RN4eh'><form id='RN4eh'><ins id='RN4eh'></ins><ul id='RN4eh'></ul><sub id='RN4eh'></sub></form><legend id='RN4eh'></legend><bdo id='RN4eh'><pre id='RN4eh'><center id='RN4eh'></center></pre></bdo></b><th id='RN4eh'></th></span></q></dt></tr></i><div id='RN4eh'><tfoot id='RN4eh'></tfoot><dl id='RN4eh'><fieldset id='RN4eh'></fieldset></dl></div>
                1. <legend id='RN4eh'><style id='RN4eh'><dir id='RN4eh'><q id='RN4eh'></q></dir></style></legend>

                    <tbody id='RN4eh'></tbody>
                  <tfoot id='RN4eh'></tfoot>

                  本文介绍了如何在 python 脚本中修改系统路径变量?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在尝试从 cron 运行 python 脚本,但它没有正常运行,所以我假设它的路径环境变量不同.无论如何要更改python脚本中的变量吗?

                  I'm trying to run a python script from cron, but its not running properly so I'm assuming its the different path env variable. Is there anyway to change the variable within a python script?

                  推荐答案

                  您不需要在 python 脚本中设置 PATH.相反,放一些类似

                  You shouldn't need to set the PATH from within the python script. Instead, put something like

                  USER=joe
                  HOME=/home/joe
                  SHELL=/bin/bash
                  PATH=/sbin:/bin:/usr/sbin:/usr/bin:/some/other/path
                  PYTHONPATH=/home/joe/pybin
                  MAILTO=joe
                  LANG=en_US.UTF-8
                  
                  #min hr    day   mon dow
                  */5  12    *     *   *     reminder.py 'Eat lunch'
                  

                  在您的 crontab 顶部.然后,这些环境变量将可用于通过您的 crontab 运行的所有 cron 作业.

                  at the top of your crontab. These environment variables will then be available to all cron jobs run through your crontab.

                  这篇关于如何在 python 脚本中修改系统路径变量?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  env: python: No such file or directory(env: python: 没有这样的文件或目录)
                  How to evaluate environment variables into a string in Python?(如何在 Python 中将环境变量评估为字符串?)
                  Python - temporarily modify the current process#39;s environment(Python - 临时修改当前进程的环境)
                  Change current process environment#39;s LD_LIBRARY_PATH(更改当前进程环境的 LD_LIBRARY_PATH)
                  Reading and writing environment variables in Python?(在 Python 中读写环境变量?)
                  When to use sys.path.append and when modifying %PYTHONPATH% is enough(何时使用 sys.path.append 以及何时修改 %PYTHONPATH% 就足够了)
                2. <i id='ZKJcM'><tr id='ZKJcM'><dt id='ZKJcM'><q id='ZKJcM'><span id='ZKJcM'><b id='ZKJcM'><form id='ZKJcM'><ins id='ZKJcM'></ins><ul id='ZKJcM'></ul><sub id='ZKJcM'></sub></form><legend id='ZKJcM'></legend><bdo id='ZKJcM'><pre id='ZKJcM'><center id='ZKJcM'></center></pre></bdo></b><th id='ZKJcM'></th></span></q></dt></tr></i><div id='ZKJcM'><tfoot id='ZKJcM'></tfoot><dl id='ZKJcM'><fieldset id='ZKJcM'></fieldset></dl></div>
                      <tbody id='ZKJcM'></tbody>

                        <legend id='ZKJcM'><style id='ZKJcM'><dir id='ZKJcM'><q id='ZKJcM'></q></dir></style></legend>
                          <bdo id='ZKJcM'></bdo><ul id='ZKJcM'></ul>
                          1. <tfoot id='ZKJcM'></tfoot>

                            <small id='ZKJcM'></small><noframes id='ZKJcM'>