Creating interactive command-line Python app?

Steven D'Aprano steve+comp.lang.python at pearwood.info
Sat Dec 13 09:50:32 EST 2014


rfreundlich21 at colonial.net wrote:

> um, what if I want to USE a command line for python WITHOUT downloading or
> installing it????

Who are you talking to? What is the context?

Like all software, you can't use Python apps without all their dependencies
being installed. If you use the Linux operating system, it will have Python
already installed. Otherwise, you will have to install it.

If you can't install it, or don't want to, you can't use Python.


-- 
Steven




More information about the Python-list mailing list