You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install testplan on my local environment. However during following the steps from here the install-testplan-ui script is missing. It seems like it didn't pull that file along with the pip package.
Additionally in the commands needs to be upgraded as the python3.7 package is deprecated also without python3-venv package the venv doesn't work properly.
So I had to use this command sudo apt-get install python3 python3-pip python3-venv python-is-python3 rsync
I have added python-is-python3 as that simplifies the interpreters.
I presume missing the install-testplan-ui causes the interactive mode to fail.