virtualenv
Python 2.7 under virtualenv: broken `site.py`
When I create a fresh virtualenv with Python 2.7 I cannot use site.getsitepackages(): $ virtualenv testenv -p python2.7 --no-site-packages[详细]
2023-03-07 17:01 分类:问答django virtualenv
I have a few questions regarding virtualenv in general. I have found some documentation online about virtualenv, although I don\'t think my setup is installing something correctly.[详细]
2023-03-07 10:19 分类:问答Creating Virtualenv
I have a problem setting up a Virtualenv on my web host server (to install python modules later on) So far I tried this using SSH-access:[详细]
2023-03-07 05:28 分类:问答Trouble activating virtualenv on server via Fabric
I am trying to run some Django management commands via Fabric on my staging server. The problem is it seems Fabric is not able to activate the virtualenv and thus using system python/libs when execu[详细]
2023-03-03 17:11 分类:问答Problem with virtualenv in Mac OS X
I\'ve installed virtualenv via pip and get this error after creating a new environment: selenium:~ auser$ virtualenv new[详细]
2023-03-03 12:26 分类:问答What are the pitfalls and workarounds when using Python virtual environments on Windows?
Short Description The question is not meant to ask if using virtual environments are needed, but when using Ian Bicking\'s virtualenvwhat is the best way, if any, to manage environments in Windows.If[详细]
2023-03-03 12:06 分类:问答Problem setting up a virtualenv
I\'m trying to set up a virtualenv on Ubuntu 10.04 with Python 2.6.5 but having some issues. After having installed virtualenv and virtualenv wrapper with pip, I\'m running the command: virtualenv my[详细]
2023-03-02 18:50 分类:问答python virtualenv idle and tkinter issue
To be able to use idle with my virtualenv python, I created an idle script #!/myvirtualenv/python from idlelib.PyShell import main[详细]
2023-03-02 05:10 分类:问答Defining a classpath for a Jython virtual environment
I have installed Jython, a virtualenv named \"jython-env\" and have installed \"bottle\" for doing some web application development. I have to use some JAR files in this application for consumption by[详细]
2023-03-01 12:22 分类:问答pylons/pyramid code completion with gedit and virtualenv
I am working through the pyramid documentation and would really like code completion. I installed gedit-plugin-codecompletion[详细]
2023-03-01 04:59 分类:问答