2021-03-09 17:03:44 UTC - Giannos: Hey guys! I am trying to install python composer following the steps in <https://github.com/apache/openwhisk-composer-python|git> but after the `pycompose -h` even though `pip3 install -e .` run successfully I get that `command not found` error for `pycompose`. Do you know how I can modify the PATH and solve this? I am on Ubuntu and python version: 3.8 https://openwhisk-team.slack.com/archives/C7DJNS37W/p1615309424003200 ----