Top "Virtualenv" questions

virtualenv is a tool that creates sandboxed Python environments.

"error: command 'x86_64-linux-gnu-gcc' failed with exit status 1" in virtualenv

Environment: Linux Mint 17 Cinnamon. This error is displayed: error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 when attempting the following …

python-2.7 pip virtualenv linux-mint
What is the difference between pyenv, virtualenv, anaconda?

I am a ruby programmer trying to learn python. I am pretty family with pyenv since it is like a …

python pip anaconda virtualenv pyenv
Renaming a virtualenv folder without breaking it

I've created folder and initialized a virtualenv instance in it. $ mkdir myproject $ cd myproject $ virtualenv env When I run (env)$ …

python ubuntu virtualenv pip
/usr/bin/python3: Error while finding spec for 'virtualenvwrapper.hook_loader' (<class 'ImportError'>: No module named 'virtualenvwrapper')

I'm trying to follow How To Serve Django Applications with uWSGI and Nginx on Ubuntu 14.04 and I'm failing at the …

python virtualenv virtualenvwrapper
Problems with pip install numpy - RuntimeError: Broken toolchain: cannot link a simple C program

I'm trying to install numpy (and scipy and matplotlib) into a virturalenv. I keep getting these errors though: RuntimeError: Broken …

python numpy virtualenv pip
How to use virtualenv with python3.6 on ubuntu 16.04?

I'm using Ubuntu 16.04, which comes with Python 2.7 and Python 3.5. I've installed Python 3.6 on it and symlink python3 to python3.6 through …

python ubuntu virtualenv python-3.6 virtual-environment
Installed virtualenv and virtualenvwrapper: Python says no module named virtualenvwrapper

Lots of other threads about similar issues, but none that I could find where quite the same case as mine. …

python macos virtualenv virtualenvwrapper
How do I install an old version of Django on virtualenv?

This may sound like a stupid question, since the very purpose of virtualenv is to this exactly: Installing some specific …

python django setuptools virtualenv
MissingSectionHeaderError: File contains no section headers

I am trying to build collective.simserver according to this manual, with some modifications: instead of: virtualenv --python=bin/python2.7 …

python virtualenv configparser
"PermissionError: [Errno 13] Permission denied: '/usr/lib/python3.5/site-packages'" installing Django

I cannot install basic Django packages on Ubuntu. I just deleted virtualenv and remade it. pip3install = pip3 install -r …

python django pip virtualenv django-1.10