Page 1 of 1

how to install extra modules

Posted: Fri Aug 04, 2023 6:12 am
by imiller
How would I install extra modules in python on OpenVMS V8.4 - I've downloaded the source code module but what do I do next?

Added in 40 minutes 47 seconds:
answering my own question. Turned out to be very simple
$ set def [.somedir] ! go to the directory containing the unzipped python module
$ python setup.py install