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

      <tfoot id='gaC0a'></tfoot>
        <bdo id='gaC0a'></bdo><ul id='gaC0a'></ul>

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

        <legend id='gaC0a'><style id='gaC0a'><dir id='gaC0a'><q id='gaC0a'></q></dir></style></legend>

        bash:mkvirtualenv:找不到命令

        时间:2023-09-13
        <tfoot id='xTMls'></tfoot>
          <bdo id='xTMls'></bdo><ul id='xTMls'></ul>

            1. <small id='xTMls'></small><noframes id='xTMls'>

                • <legend id='xTMls'><style id='xTMls'><dir id='xTMls'><q id='xTMls'></q></dir></style></legend>
                    <tbody id='xTMls'></tbody>

                • <i id='xTMls'><tr id='xTMls'><dt id='xTMls'><q id='xTMls'><span id='xTMls'><b id='xTMls'><form id='xTMls'><ins id='xTMls'></ins><ul id='xTMls'></ul><sub id='xTMls'></sub></form><legend id='xTMls'></legend><bdo id='xTMls'><pre id='xTMls'><center id='xTMls'></center></pre></bdo></b><th id='xTMls'></th></span></q></dt></tr></i><div id='xTMls'><tfoot id='xTMls'></tfoot><dl id='xTMls'><fieldset id='xTMls'></fieldset></dl></div>
                  本文介绍了bash:mkvirtualenv:找不到命令的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  按照 Doug Hellman 的 virtualenvwrapper 帖子 上的说明后,我仍然无法启动测试环境.

                  After following the instructions on Doug Hellman's virtualenvwrapper post, I still could not fire up a test environment.

                  [mpenning@tsunami ~]$ mkvirtualenv test
                  -bash: mkvirtualenv: command not found
                  [mpenning@tsunami ~]$
                  

                  需要注意的是,我使用的 WORKON_HOME 不在我的 $HOME 中.我尝试寻找 /usr/local/bin/virtualenvwrapper.shvirtualenvwrapper 安装文档,但是不存在.

                  It should be noted that I'm using WORKON_HOME that is not in my $HOME. I tried looking for /usr/local/bin/virtualenvwrapper.sh as shown in the virtualenvwrapper installation docs, but it does not exist.

                  如果这很重要,我正在运行 CentOS 6 和 python 2.6.6.

                  I'm running CentOS 6 and python 2.6.6, if this matters.

                  # File: ~/.bash_profile
                  # ...
                  
                  export WORKON_HOME="/opt/virtual_env/"
                  source "/opt/virtual_env/bin/virtualenvwrapper_bashrc"
                  

                  推荐答案

                  解决方案一:

                  由于某种原因,virtualenvwrapper.sh 安装在 /usr/bin/virtualenvwrapper.sh 下,而不是 /usr/local/bin 下>.

                  For some reason, virtualenvwrapper.sh installed in /usr/bin/virtualenvwrapper.sh, instead of under /usr/local/bin.

                  我的 .bash_profile 中的以下内容有效...

                  The following in my .bash_profile works...

                  source "/usr/bin/virtualenvwrapper.sh"
                  export WORKON_HOME="/opt/virtual_env/"
                  

                  如果不使用 virtualenvwrapper_bashrc

                  解决方案 2:

                  或者,如下所述,您可以利用 virtualenvwrapper.sh 已经在 shell 的 PATH 中的机会,只需发出 source `which virtualenvwrapper.sh`

                  Alternatively as mentioned below, you could leverage the chance that virtualenvwrapper.sh is already in your shell's PATH and just issue a source `which virtualenvwrapper.sh`

                  这篇关于bash:mkvirtualenv:找不到命令的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:升级python而不破坏yum 下一篇:错误:安装 psycopg2 时命令“gcc"以退出状态失败

                  相关文章

                  最新文章

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

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