How do I get Python to work from a CD?

0 votes
No avatar asked by (120 points) about Python
edited by

How do I get Python to work from a CD?

1 Answer

0 votes
No avatar answered by (236k points)

You can have a portable version of Python to place it on a CD to run it from there. There is one already created for you and all you need to do is to copy the package on the CD and run it from that location and that's it, but remember that if you want to run a package on another path you will have to specify the path. For example:

F:\python.exe PATHTOFILE\example.py

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...