Skip to content

Commit

Permalink
Remove environment variables for PIP_REQUIRE_VIRTUALENV (#14)
Browse files Browse the repository at this point in the history
* Remove environment variables for pip and pipenv

* Revert "Remove environment variables for pip and pipenv"

This reverts commit f45bc56.

* Remove env variable PIP_REQUIRE_VIRTUALENV
  • Loading branch information
Andilun authored Oct 13, 2022
1 parent ff1eec0 commit 1c7c08b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/jupyterlab/bashrc.felles
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export PIP_INDEX=http://pl-nexuspro-p.ssb.no:8081/repository/pypi-proxy/pypi
export PIP_INDEX_URL=http://pl-nexuspro-p.ssb.no:8081/repository/pypi-proxy/simple
export PIPENV_PYPI_MIRROR=$PIP_INDEX_URL
export PIP_TRUSTED_HOST=pl-nexuspro-p.ssb.no
export PIP_REQUIRE_VIRTUALENV=true

# Setting up environment variables for oracle
export OCI_INC=/usr/include/oracle/21/client64
Expand Down

0 comments on commit 1c7c08b

Please sign in to comment.