The question is – I have local copies of some packages from tcllib, and I have tcllib installed globally in /usr/lib/tcllib2.0. How to make sure that my program loads local packages instead of packages from /usr/lib/tcllib2.0? The only way to check that for now is to remove tcllib from the system and append auto_path with my local path (or alter auto_path).
But maybe there is way to check the packages that were loaded are actually loaded from my local folder.
Thank you in advance, George.