<?xml version="1.0" encoding="UTF-8"?><oembed><type>video</type><version>1.0</version><html>&lt;iframe src=&quot;https://www.loom.com/embed/0667e32390714e1cb061f574a598951b&quot; frameborder=&quot;0&quot; width=&quot;1280&quot; height=&quot;960&quot; webkitallowfullscreen mozallowfullscreen allowfullscreen&gt;&lt;/iframe&gt;</html><height>960</height><width>1280</width><provider_name>Loom</provider_name><provider_url>https://www.loom.com</provider_url><thumbnail_height>960</thumbnail_height><thumbnail_width>1280</thumbnail_width><thumbnail_url>https://cdn.loom.com/sessions/thumbnails/0667e32390714e1cb061f574a598951b-00001.gif</thumbnail_url><duration>296</duration><title>Raspberry Pi 4: Installing: Pip, Robot Framework, SSH, MQTT, and Selenium library installation (2)</title><description>Update: for pi in order to be able to call robot directly rather than using python3 -m, do the following in command line:

sudo nano ~/.profile

and then add the following path definition to be able to call robot universally:

#set path for  robot
if [ -d &quot;$HOME/.local/lib/python3.7/site-packages&quot;] ; then
    PATH=&quot;$HOME/.local/lib/python3.7/site-packages:$PATH&quot;
fi</description></oembed>