This is mostly just because I'm curious, but how would one distribute a closed source python program since python is run from source and its bytecode is easily decompiled? I'm mostly asking for linux since I don't care about windows, but any answers are great.
Edit: Thanks for the answers guys. I was just curious since I just got my first job as a software engineer and my first project I'm working on is in python. Personally I'm all for open source, I was just curious how proprietary python programs could be distributed.