When I create a fresh virtualenv with Python 2.7 I cannot use site.getsitepackages(): $ virtualenv testenv -p python2.7 --no-site-packages
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.
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:
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
I\'ve installed virtualenv via pip and get this error after creating a new environment: selenium:~ auser$ virtualenv new
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
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
To be able to use idle with my virtualenv python, I created an idle script #!/myvirtualenv/python from idlelib.PyShell import main
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
I am working through the pyramid documentation and would really like code completion. I installed gedit-plugin-codecompletion