CoastalResilienceNetwork / GeositeFramework

Mapping Framework powering TNC Coastal Resilience programs
http://maps.coastalresilience.org/network/
GNU General Public License v3.0
13 stars 10 forks source link

Install pip requirements into user directory #1146

Closed caseycesari closed 5 years ago

caseycesari commented 5 years ago

Overview

By default, pip installs libraries into a system directory, which can result in permissions issues. Installing them with the --user argument should allow most users running the framework on their host to install the framework requirements.

Connects to https://github.com/CoastalResilienceNetwork/geosite-framework-build/issues/41

Testing instructions

Tested via https://github.com/CoastalResilienceNetwork/geosite-framework-build/pull/42

caseycesari commented 5 years ago

Closing. Not working as intended.