mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2026-03-20 03:41:40 +00:00
Added python as env variable
Signed-off-by: shivam <shivam.thakur@candelatech.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user