Here is a tip: adding your app to the path

Discussion in 'Discussion' started by pacav69, Jul 28, 2024.

  1. pacav69

    pacav69 Live long and prosper Staff Member

    Here is a tip
    for setting the ppApp in your path use this in the script section of the setups editor
    as done in the python 3.12.4 apz (located in the repo)

    SETX /M PATH "%PATH%;%ppApps%\python3\Python312"

    this will add the apps path to the computers path allowing the application to be run on the command line
    to test from the command prompt type the following:

    C:\> pyhon --version

    response
    C:\> Python 3.12.4
     

Share This Page