Added python as env variable

Signed-off-by: shivam <shivam.thakur@candelatech.com>
This commit is contained in:
shivam
2022-08-16 15:26:24 +05:30
parent d38dba9c46
commit 550f5884c2

View File

@@ -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"