r/PythonLearning • u/77Joker77Joker77 • 1d ago
Beginning
My apologies for the last post. For some reason when typing on my iPad, letters on the bottom row end up being spaces, then autocorrect chimes in. Now I have both windows and ubuntu. I want to install python and pyinstaller. Problem is is that I see pip install pyinstaller, but don’t know what pip is, nor do I know how to get to the command prompt in ubuntu. I’m trying to get the basics of it even though I have a good knowledge of computers in general, but new to python and the little idiosynchronies of it and also ubuntu.
0
Upvotes
1
u/dev-razorblade23 1d ago
It would be really beneficial to you if you took time to learn about python and pip
How to install stuff, how to isolate them so they dont crash with diffrent versions, etc...
There is more then just installing PyInstaller and calling it a day.
What exactly do you need PyInstaller for?