Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Python Executable


ghost's Avatar
0 0

Can anyone explain me how i can make python 2.5 executable in Linux


webspider's Avatar
Member
0 0

If you're using linux you don't relly need to create python executables. Just put this as first line into your code: markup #! /usr/bin/env python and it runs on every linux version with an interpreter for python which most have.


ghost's Avatar
0 0

Everyone knows that but that doesn't explain what he wanted to know.

Does it?