August 22, 2023 0Comments Alpha-Nerd OS wide Python script (Linux/MacOS/Win) For Linux/Mac: 1. Move the Script to a Global Directory: Commonly, /usr/local/bin is in the system’s PATH. You can move your script there. sudo mv <script>.py /usr/local/bin/<script> 2. Make the Script Executable:… Read More Categories: DevOps Tags:development