Sort by:
1 - 9 of
91

Altair Community Member
Updated by QuyNguyenDai
It is not recommended to modify (by adding or removing module) the installation of Altair's Tcl.
If files pkgindex.tcl are there, you need append package's folder path to ::auto_path
and then load packages by
package require WS::Client
refer to my pkgindex.tcl and installer.tcl
it helps install packages via $::env(HOME) without affection to hw installation.
https://community.altair.com/community?id=community_question&sys_id=e33648761b2bd0908017dc61ec4bcba7
Do you speak about Tcl in general or Altair's Tcl?