search

Home  >  Q&A  >  body text

python - ubuntu using pyinstaller

The command cannot be found. It has been installed through pip3. Ubuntu uses python3,
but it cannot be used. The online tutorial is to enter the installation location of pyinstaller, but the installation location of pyinstaller cannot be found.

大家讲道理大家讲道理2752 days ago951

reply all(2)I'll reply

  • 某草草

    某草草2017-06-12 09:28:48

    The components installed through pip3 are Python components.
    pyinstaller is a component of python.
    Try the following:

    python pyinstaller.py -F main.py

    reply
    0
  • 怪我咯

    怪我咯2017-06-12 09:28:48

    The above method is correct, but the reason why the command is not found in Linux is because you have not added the directory of the pyinstaller script to the system environment. You can search under /usr/bin/ to see if there is a python script such as pip. I am ignorant. Please don't step on it!

    reply
    0
  • Cancelreply