how to install extra modules

Post Reply
User avatar

Topic author
imiller
Master
Posts: 147
Joined: Fri Jun 28, 2019 8:45 am
Reputation: 0
Location: South Tyneside, UK
Status: Offline
Contact:

how to install extra modules

Post by imiller » Fri Aug 04, 2023 6:12 am

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
Ian Miller
[ personal opinion only. usual disclaimers apply. Do not taunt happy fun ball ].

Post Reply