We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3525bc7 commit 8a5ecfdCopy full SHA for 8a5ecfd
virtualenvwrapper.sh
@@ -80,7 +80,7 @@ virtualenvwrapper_tempfile () {
80
$VIRTUALENVWRAPPER_PYTHON -c "import tempfile; print tempfile.NamedTemporaryFile(prefix='virtualenvwrapper.').name"
81
if [ $? -ne 0 ]
82
then
83
- echo "${TMPDIR:-/tmp}/virtualenvwrapper.$$"
+ echo "${TMPDIR:-/tmp}/virtualenvwrapper.$$.`date +%s`"
84
fi
85
}
86
0 commit comments