mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-22 05:45:11 +00:00
ADDED missing paths in ubuntu env
Signed-off-by: shivam <shivam.thakur@candelatech.com>
This commit is contained in:
@@ -88,7 +88,8 @@ then
|
|||||||
$PIP install dist/*.whl --force-reinstall
|
$PIP install dist/*.whl --force-reinstall
|
||||||
cd ../../
|
cd ../../
|
||||||
fi
|
fi
|
||||||
echo -e "\"\"\"\nRegistered Target Imports\n\"\"\"\nimport sys\nimport importlib\n\nsys.path.append('/usr/local/bin')\n\n" >> tests/imports.py
|
x=$(whoami)
|
||||||
|
echo -e "\"\"\"\nRegistered Target Imports\n\"\"\"\nimport sys\nimport importlib\n\nsys.path.append('/usr/local/bin')\n\nsys.path.append('/home/$x/.local//bin/')\n\nsys.path.append('/home/$x/.local/lib/python3.8/site-packages/')\n\n" >> tests/imports.py
|
||||||
echo -e "########################################################################################################################" >> tests/imports.py
|
echo -e "########################################################################################################################" >> tests/imports.py
|
||||||
echo -e "\"\"\"
|
echo -e "\"\"\"
|
||||||
Target Name:$target
|
Target Name:$target
|
||||||
|
|||||||
Reference in New Issue
Block a user