virtualenvwrapper

    2熱度

    1回答

    我有一個布腳本使用virtualenvwrapper創建的virtualenv,但運行mkvirutalenv織物腳本後抱怨返回代碼,請參見下面 [localhost] run: export WORKON_HOME=/srv/www && source /usr/local/bin/virtualenvwrapper.sh && mkvirtualenv james --no-site-pack

    0熱度

    1回答

    我已經安裝virtualenvwrapper使用sudo pip install virtualenvwrapper。然而,當我運行source bash_profile我得到這個錯誤 - bash: /usr/local/share/python/virtualenvwrapper.sh:沒有這樣的文件或目錄 這是我的.bash_profile樣子: export PATH=/usr/local

    5熱度

    2回答

    pip認可全球安裝軟件包..?! :-( 我用virtualenvwrapper預激活鉤清理PYTHONPATH, export PYTHONPATH="" 然後回顯$ PYTHONPATH返回空字符串,但這並沒有幫助。 怎麼了? [email protected]:~$ mkvirtualenv test New python executable in test/bin/python

    10熱度

    4回答

    總之,我的問題是,當我嘗試創建使用mkvirtualenv從virtualenvwrapper一個virtualenv中,我得到以下錯誤: $ mkvirtualenv test New python executable in test/bin/python ERROR: The executable test/bin/python could not be run: [Errno 13]

    1熱度

    1回答

    我每次打開終端,在最上面我看到這個錯誤: Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: No module named virtualenvwrapper.hook_loader virtualenvwrapper.sh: There was a problem

    0熱度

    1回答

    我的主系統python版本是2.7.3。我正在嘗試創建使用版本3.3.0的virtualenv。我安裝了pythonbrew,virtualenv和virtualenvwrapper。 我跟着這個教程:http://technomilk.wordpress.com/2011/07/27/setting-up-our-django-site-environment-with-pythonbrew-a

    0熱度

    2回答

    我建立了一個新的virtualenv。從內部來看,pip找不到任何分佈。在環境之外,它可以。下面是輸出: (wagon-admin)[[email protected] wagon-admin]$ pip install Django Downloading/unpacking Django Could not fetch URL https://pypi.python.org/sim

    2熱度

    1回答

    我通過virtualenv-burrito安裝了virtualenv + virtualenvwrapper。然而,它似乎給我現在從我的virtualenvs卸載軟件包的問題(例如,distribute)。 看來我的virtualenvs使用的distribute是/home/skrd/.venvburrito。如果在virtualenv中,我嘗試升級distribute,它會安裝到/home/s

    22熱度

    4回答

    我正在關注一個名爲Starting a Django 1.4 Project the Right Way的教程,其中介紹瞭如何使用virtualenv和virtualenvwrapper等。 有讀取的一段: 如果您在使用PIP安裝包(我不明白爲什麼你不會),就可以同時獲得的virtualenv和virtualenvwrapper通過簡單的安裝後者。 $ pip install virtualenv

    0熱度

    1回答

    我最近安裝在我的Mac的virtualenv和virtualenvwrapper對一個Django項目工作。 我的問題是,當我在我的virtualenv,我進入蟒蛇manage.py runserver命令,由於某種原因,使用了Python二進制不是我的virtualenv裏面的一個。我有一個蘋果書空氣OS 10.8.3 當我進入name_of_virtualenv /斌/ Python的mana