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

  1. <legend id='qzvIi'><style id='qzvIi'><dir id='qzvIi'><q id='qzvIi'></q></dir></style></legend>

  2. <small id='qzvIi'></small><noframes id='qzvIi'>

    <tfoot id='qzvIi'></tfoot>

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

      在 OpenShift 上安装 python 包

      时间:2023-09-14
      <legend id='2w667'><style id='2w667'><dir id='2w667'><q id='2w667'></q></dir></style></legend>
          <bdo id='2w667'></bdo><ul id='2w667'></ul>

            <small id='2w667'></small><noframes id='2w667'>

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

                <tbody id='2w667'></tbody>

                本文介绍了在 OpenShift 上安装 python 包的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                问题描述

                我正在尝试在 OpenShift 上安装 python 包,但我发现有关执行此操作的最佳方法的页面很少.有人可以建议说 oauth2simplejson 的最佳方式.我尝试将这些包含在 setup.py 中,但我不知道这些是否真的可用,或者我必须上传并指向路径.我该怎么做?

                I'm trying to install python packages on OpenShift but I see a dearth of pages about the best way to do this. Can someone please suggest the best way of getting on say oauth2 and simplejson. I've tried including these in the setup.py, but I have no idea whether these are actually available or I'll have to upload and point to the path. How can I do this?

                推荐答案

                你安装了 rhc(OpenShift.com 制作)吗?
                如果没有,请在 OpenShift.com 上查看:安装 OpenShift RHC 客户端工具

                Did you install rhc (made by OpenShift.com) ?
                If not then see on OpenShift.com: Installing OpenShift RHC Client Tools

                现在你可以使用 rhc 访问服务器了

                Now you can access server with rhc

                rhc ssh
                

                然后你可以照常做:

                检查python版本(带大V)

                checking python version (with big V)

                python -V
                

                检查 pip 版本(带大 V)

                checking pip version (with big V)

                pip -V
                

                检查已安装的模块

                pip freeze
                

                搜索模块

                pip search simplejson
                
                pip search json | sort # sorted result
                

                安装新模块

                pip install simplejson
                

                和其他 linux/bash 函数

                and other linux/bash functions

                ls
                ls -al
                echo "hello world"
                cd folder_name
                mkdir new_folder_name
                chmod +x filename
                cat filename
                grep 'hello' */*.py
                history
                nano filename
                for x in */* ; do echo $x ; done
                

                这篇关于在 OpenShift 上安装 python 包的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                上一篇:如何刷新 sys.path? 下一篇:如何在不重复导入顶级名称的情况下构造python包

                相关文章

                最新文章

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

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

                  1. <tfoot id='c0lVN'></tfoot>

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