Ho to install package in tcl

Pandurang
Pandurang Altair Community Member
edited October 2020 in Community Q&A
 How to install these packages in tcl?  WS::Server , WS::Client, WS::Utils  
Tagged:

Welcome!

It looks like you're new here. Sign in or register to get started.

Answers

  • QuyNguyenDai
    QuyNguyenDai Altair Community Member
    edited April 2019

    Do you speak about Tcl in general or Altair's Tcl?

     

  • Pandurang
    Pandurang Altair Community Member
    edited April 2019

    Do you speak about Tcl in general or Altair's Tcl?

     

    Altair..

  • QuyNguyenDai
    QuyNguyenDai Altair Community Member
    edited April 2019

    It is not recommended to modify (by adding or removing module) the installation of Altair's Tcl.

  • Pandurang
    Pandurang Altair Community Member
    edited April 2019

    If it is general then how to do this?

  • tinh
    tinh Altair Community Member
    edited October 2020

    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

     

  • Pandurang
    Pandurang Altair Community Member
    edited April 2019
     WS::Server , WS::Client, WS::Utils

    from where i can get these packages.

    I am not able find these on tcl Packages.

  • tinh
    tinh Altair Community Member
    edited April 2019

    I don't know

    Did you try to google them?

  • Pandurang
    Pandurang Altair Community Member
    edited April 2019

    yes i tried but get nothing

  • tinh
    tinh Altair Community Member
    edited April 2019

    Ask person who talk to you about them.

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.