Open Design and Integration Environment

Add ActiveTcl to your path
Login
Bounty program for improvements to Tcl and certain Tcl packages.
Tcl 2018 Conference, Houston/TX, US, Oct 15-19
Send your abstracts to tclconference@googlegroups.com or submit via the online form
by Aug 20.

Adding ActiveTcl to your path makes it simple to use teacup and the ActiveState tclsh.

I, personally, hack /etc/profile and add:

PATH="/opt/ActiveTcl/bin:$PATH"
EDITOR=nano
export EDITOR
export PATH