From 550f5884c2172f1601d1415ef382ea46a4bf4d7d Mon Sep 17 00:00:00 2001 From: shivam Date: Tue, 16 Aug 2022 15:26:24 +0530 Subject: [PATCH] Added python as env variable Signed-off-by: shivam --- to_pip.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/to_pip.sh b/to_pip.sh index c7b41f79..fcbcb164 100755 --- a/to_pip.sh +++ b/to_pip.sh @@ -481,8 +481,8 @@ if [[ $ARCHIVE -eq 1 ]]; then mv wifi_diag lanforge_scripts #tar -zcvf ${TARGET_DIR}/lanforge_scripts.tar.gz * #zip ${TARGET_DIR}/lanforge_scripts.zip * - python3 -m pip install --upgrade build - python3 -m build --wheel + $PYTHON -m pip install --upgrade build + $PYTHON -m build --wheel echo "You can find the wheel in ../lanforge_scripts/dist/*.whl" else echo "Not saving archive"