Skip to content

WIP: Add PIP_NO_BINARY to .env

Callum Dickinson requested to merge 87-add-pip_no_binary-to-env into master

Closes #87 (closed)

This tries to get around Pipenv's lack of support for specifying --no-binary for pip install, by using an environment variable in .env. Unfortunately, it was discovered that Pipenv does not read from this file when installing packages, therefore this doesn't fix the issues with psycopg2.

Edited by Callum Dickinson

Merge request reports