On Fri, 26 Oct 2018, avatar wrote:

> Is there other way to overcome this problem? Because if I don't set TMPDIR as 
> \tmp. My other project will break. And actually I don't even know where my 
> project set up the TMPDIR value.

I guess you need to read up on some basic unix and system admin.

You probably meant to use:

export TMPDIR=/tmp

However  - you have:

export TMPDIR=tmp

To overcome this problem - you do:

export TMPDIR=/tmp

Satish

Reply via email to