So, can somebody with Ubuntu, having done all its updates to run a python file or has to install a package first?
So, can somebody with Ubuntu, having done all its updates to run a python file or has to install a package first?
No no, that's not the point...
i am making a program and idk if I have to tell the users how to install python or not
don't
Code:if which python >/dev/null then echo "python installed" else sudo apt-get install python # or yum install fi
Last edited by d3v1150m471c; August 23rd, 2010 at 12:29 PM.
So python is not pre-installed......!!!?!?!?!?
How is this possible?
A lot of pre-installed programs use a combination of python and C to run.....
Fiouffff
cool thank you!
Bookmarks