mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 19:37:54 +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
|
||||
cd ../../
|
||||
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 "\"\"\"
|
||||
Target Name:$target
|
||||
|
||||
Reference in New Issue
Block a user