Skip to content

Commit

Permalink
update Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMKuehne committed Jul 15, 2024
1 parent 3040c41 commit 9ddb3fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1-d35439e6
0.1-3040c41a
4 changes: 2 additions & 2 deletions dev-tools/update_pipenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ fi

# 2. update pipfile
if [[ "${INSTALL}" == "dev" ]]; then
MYSQLCLIENT_LDFLAGS='-L/usr/mysql/lib -lmysqlclient -lssl -lcrypto -lresolv' MYSQLCLIENT_CFLAGS='-I/usr/include/mysql/' PIPENV_VENV_IN_PROJECT=1 pipenv update
MYSQLCLIENT_LDFLAGS='-L/usr/mysql/lib -lmysqlclient -lssl -lcrypto -lresolv' MYSQLCLIENT_CFLAGS='-I/usr/include/mysql/' PIPENV_VENV_IN_PROJECT=1 pipenv update --dev
else
echo "This is not a developer setup...still trying to update"
pipenv update
MYSQLCLIENT_LDFLAGS='-L/usr/mysql/lib -lmysqlclient -lssl -lcrypto -lresolv' MYSQLCLIENT_CFLAGS='-I/usr/include/mysql/' PIPENV_VENV_IN_PROJECT=1 pipenv update
fi
# push to web-dir if available

0 comments on commit 9ddb3fa

Please sign in to comment.