in reply to pp --clean does not seem to work

Is the environment variable PAR_GLOBAL_TEMP set to /tmp on the target machine? If so it will override the clean option. What is the value of the clean attribute in META.yml inside the packed file?

If PAR_GLOBAL_TEMP is specified, use it as the cache directory for extracted libraries, and do not clean it up after execution.

Update: The Anonymous Monk I think made the correct observation about this.

Replies are listed 'Best First'.
Re^2: pp --clean does not seem to work
by hellosarathy (Novice) on Dec 14, 2015 at 09:12 UTC
    [ps@emer:~]$ env | grep PAR
    Seems like it is not set, and ps.. no idea on how to check the META.yml
      ... no idea on how to check the META.yml

      7zip will open the executable archive. On Linux you can also use zip according to my google search. Inside you will find MANIFEST, META.yml and folders lib and script. But I don't think this is your problem.