This is a teacup subcommand.
From the supplied help:
link -- Manage links between installation repositories and tcl shells
repository knows that SHELL is one of its users. The latter means that teacup.exe will check SHELL when attempting to install a package.
Note that it is allowed to specify an arbitrary number of SHELLs and repository PATHs, in arbitrary order, in one invocation of teacup link cut. The command will disconnect all possible pairs.
connected to, or the list of repositories the SHELL is using.
pcam Some simple info:
NOTE:
For PATH: provide the path to teapot.local-ma.config. teacup link outputs the associated SHELL(s) path.
For SHELL: provide the path to tclsh85.exe or any other version. teacup link outputs the associated repository PATH (must be unique).
LV Can someone expound on what the sentence about teacup checking SHELL means? Also, how do you determine what value should be used for PATH?
pcam Larry, I think (I may well be wrong) the NOTE (see above) I added explains it all I think. As I understand the SHELL has to be a valid interpreter so teacup can know where to update the path to packages and the PATH is simply for teacup to know which files it stores its repository.
AKgnome - 2009-10-19 12:04:46
'... Checking the SHELL ...' happens when you are installing packages. At that point teacup will run Tcl code amounting to 'ls-packages' on the connected shells, to see what packages are installed outside of the repository(ies).