virtualenv
Python working directory messed up
After having this problem: look I checked some things: When going into my virtualenv and cd ing into my django directory, i have the right directory[详细]
2023-03-23 02:07 分类:问答Displaying virtualenv
When I am in my virtualenv and it\'s active, the name of the environment appears in p开发者_开发问答arentheses before the normal command line prompt. It looks like: (foo-env)User:~/Development/foo-env[详细]
2023-03-22 22:13 分类:问答How can I correctly install multiple non-package Distribute/virtualenv/pip ecosystems on Ubuntu?
I am developing Python applications in Ubuntu. I want to setup a Distribute/virtualenv/pip ecosystem to manage my Python packages independently of any system Python packages (which I manage in Synapti[详细]
2023-03-22 11:28 分类:问答Batch equivalent of "source" on Windows: how to run a Python script from a virtualenv
I\'ve done a fair bit of bash scripting, but very little batch scripting on Windows. I\'m trying to activate a Python virtualenv, run a Python script, then deactivate the virtualenv when the script ex[详细]
2023-03-21 22:01 分类:问答Renaming a virtualenv folder without breaking it
I\'ve created folder an开发者_如何学编程d initialized a virtualenv instance in it. $ mkdir myproject[详细]
2023-03-19 09:54 分类:问答Is it bad to have my virtualenv directory inside my git repository?
I\'m thinking about putting the virtualenv for a Dja开发者_开发知识库ngo web app I am making inside my git repository for the app. It seems like an easy way to keep deploy\'s simple and easy. Is there[详细]
2023-03-18 18:37 分类:问答Why does pip freeze report some packages in a fresh virtualenv created with --no-site-packages?
When I create a fresh virtualenv, pip freeze shows that I have a couple of packages installed even though I\'ve not installed anything into the environment. I was expecting pip freeze to return empty[详细]
2023-03-18 02:42 分类:问答virtualenv command not found after installed with MacPorts
I have python 2.7 installed via mac ports on a mac. I installed virtualenv via macports (py27-virtualenv @1.6.1_0 (active). When issue the command: virtualenv demo_venv --no-site-packages, I get this[详细]
2023-03-17 23:30 分类:问答When I create a virtualenv, python runs in 64-bit even when already set to 32-bit in OSX
My setup is: 2.6.1 python (apple default, snow leopard), virtualenv, and using virtualenvwrapper Outside the environment, everything runs in 32-bit which is fine. But with a new project I\'m going to[详细]
2023-03-17 20:51 分类:问答How do I update virtualenv on Ubuntu?
I have installed virtualenv version 1.4.9 and the latest version is 1.6.1. How开发者_Python百科 do I update to version 1.6.1. Do I have to uninstall version 1.4.9? If so, how do I uninstall it?Latest[详细]
2023-03-16 05:38 分类:问答