Skip to content

Commit

Permalink
Remove --no-site-packages from docs build (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmmiller authored Apr 21, 2021
1 parent 9da5133 commit 5a36800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source_venv() {
VENV_DIR=$1
if [[ "$VIRTUAL_ENV" == "" ]]; then
if [[ ! -d "${VENV_DIR}"/venv ]]; then
virtualenv "${VENV_DIR}"/venv --no-site-packages --python=python3
virtualenv "${VENV_DIR}"/venv --python=python3
fi
source "${VENV_DIR}"/venv/bin/activate
else
Expand Down

0 comments on commit 5a36800

Please sign in to comment.