python - ubuntu using pyinstaller
大家讲道理
大家讲道理 2017-06-12 09:26:48
0
2
954

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.

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(2)
某草草

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

python pyinstaller.py -F main.py
刘奇

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!

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template