I'm trying to install Streamlit per their instruction https://docs.streamlit.io/library/get-started/installation
and have made it to step #3 (pip install streamlit
) but it does not work for me.
(I installed 'pip' earlier, per their instructions, I think though the Software Center, can't remember now)
I get this message from the terminal:
bash: /home/(computer name)/.local/bin/pip: /usr/bin/python3.7: bad interpreter: No such file or directory
I also tried these:
sudo eopkg pip install streamlit
sudo eopkg install streamlit
but neither worked.
What command should I be using?
Or is my 'path' the problem?
Thanks,
Mike