Top "Virtualenv" questions

virtualenv is a tool that creates sandboxed Python environments.

No module named osgeo.ogr

I need to import osgeo.ogr module to virtualenv python program. Global python has this module: user@ubuntu:~/$ python Python 2.7.8 (…

python virtualenv gdal
Sharing Python virtualenv environments

I have a Python virtualenv (created with virtualenvwerapper) in one user account. I would like to use it from another …

python virtualenv virtualenvwrapper
How can I use pywin32 with a virtualenv without having to include the host environment's site-packages folder?

I'm working with PyInstaller under Python 2.6, which is only partially supported due to the mess MS have created with their …

python winapi virtualenv pyinstaller
Can't install virtualenvwrapper on OSX 10.11 El Capitan

I recently wiped my Mac and reinstalled OSX El Capitan public beta 3. I installed pip with sudo easy_install pip …

python macos virtualenv virtualenvwrapper osx-elcapitan
Set python virtualenv in vim

I use vim for coding and for python coding in particular. Often I want to execute the current buffer with …

python vim virtualenv macvim
installing a Python package source tarball with pip

I'm trying to figure out how to construct a Python source package that is installable via pip. I tried creating …

python virtualenv setuptools pip distribute
Conda set LD_LIBRARY_PATH for env only

I have an installation of miniconda3 where I have created a virtual environment called py35. I have some libraries that …

python anaconda virtualenv conda
pylint false positive E0401 import errors in vscode while using venv

I created a venv using python3.6 on my mac os in this folder /Users/kim/Documents/Apps/PythonApps/python36-miros-a3 …

python-3.x visual-studio-code virtualenv pylint python-venv
preventing python coverage from including virtual environment site packages

I am new to coverage and ran into a strange problem. My coverage is taking my virtual environment site packages …

python testing virtualenv code-coverage python-coverage
How to run Tensorboard from python scipt in virtualenv?

Tensorboard should be started from commnad line like that: tensorboard --logdir=path I need to run it from code. Until …

python virtualenv anaconda tensorboard