1
¿Instalar QGIS en un entorno virtual?
Me gustaría instalar QGIS. Estoy en un sistema que por defecto es Python 2.5x y descargué python 3.7x con homebrew. Creé un entorno virtual con este código. brew install pyenv brew install pyenv-virtualenv exec $SHELL eval "$(pyenv init -)" eval "$(pyenv virtualenv-init -)" pyenv activate my-virtualenv Yo instalar Python 3.6 …