in reply to Re^4: Link Tcl to a different tcl.dll on Windows
in thread Link Tcl to a different tcl.dll on Windows

I cannot install Tcl.pm anytime I want to switch installation

huh? You install once and choose at runtime

use lib '/activetcltcl86';

use lib '/activetcltcl85';

use lib '/bitbuckettcl85';

use lib '/bitbuckettcl86';

  • Comment on Re^5: Link Tcl to a different tcl.dll on Windows