This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, pitrou, steve.dower
Date 2019-02-06.20:16:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549484211.78.0.448804437558.issue35921@roundup.psfhosted.org>
In-reply-to
Content
The PR is not required. I have been using ccache for many years with a custom PATH. On Debian, it's recommended to modify PATH manually. On Fedora PATH is automatically modified by the ccache package.

$ echo $PATH
/home/heimes/bin:/usr/lib64/ccache:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin
$ ls -la /usr/lib64/ccache/
total 252
drwxr-xr-x.   2 root root   4096 Dec 21 11:23 .
dr-xr-xr-x. 210 root root 249856 Jan 29 10:28 ..
lrwxrwxrwx.   1 root root     16 Dec 21 11:23 c++ -> ../../bin/ccache
lrwxrwxrwx.   1 root root     16 Dec 21 11:23 cc -> ../../bin/ccache
lrwxrwxrwx.   1 root root     16 Dec 21 11:23 g++ -> ../../bin/ccache
lrwxrwxrwx.   1 root root     16 Dec 21 11:23 gcc -> ../../bin/ccache
lrwxrwxrwx.   1 root root     16 Dec 21 11:23 x86_64-redhat-linux-c++ -> ../../bin/ccache
lrwxrwxrwx.   1 root root     16 Dec 21 11:23 x86_64-redhat-linux-g++ -> ../../bin/ccache
lrwxrwxrwx.   1 root root     16 Dec 21 11:23 x86_64-redhat-linux-gcc -> ../../bin/ccache
History
Date User Action Args
2019-02-06 20:16:53christian.heimessetrecipients: + christian.heimes, pitrou, steve.dower
2019-02-06 20:16:51christian.heimessetmessageid: <1549484211.78.0.448804437558.issue35921@roundup.psfhosted.org>
2019-02-06 20:16:51christian.heimeslinkissue35921 messages
2019-02-06 20:16:51christian.heimescreate