Jump to content

VI Package Manager

From LabVIEW Wiki
Revision as of 19:55, 2 October 2024 by Elijah286 (talk | contribs) (Installing VI Package Manager on macOS)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

VI Package Manager[1] (VIPM) is a cross-platform desktop application for downloading and installing LabVIEW tools. Specifically, all of the OpenG tools are available from within VIPM. VIPM is made by JKI.

Installing VI Package Manager on macOS

The latest security policies prevent writing to the LabVIEW directory by default. To use VIPM to write files to user.lib, change the write permission using the terminal by running the following command:

find "/Applications/National Instruments/LabVIEW 2024 64-bit" -type d -print0 | sudo xargs -0 echo chmod o+w