View Single Post
Old 11-27-2015, 09:12 AM   #172
AlPe
Digital Amanuensis
AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.AlPe ought to be getting tired of karma fortunes by now.
 
AlPe's Avatar
 
Posts: 727
Karma: 1446357
Join Date: Dec 2011
Location: Turin, Italy
Device: Several eReaders and tablets
From your screenshot, your first command has a "cd" in front, and the other has spurious " characters.

To confirm penelope is installed correcty:

1. open a python interpreter command:

PROMPT> python

(or python.exe, I do not remember which one is exported to $PATH)

2. import penelope:

PYTHONPROMPT> import penelope

If no error is raised, then penelope is installed correctly.

3. exit:

PYTHONPROMPT> exit()

=== === ===

To run penelope: try issuing:
PROMPT> penelope
or
PROMPT> python -m penelope
or
PROMPT> python.exe -m penelope
AlPe is offline   Reply With Quote