Linux下tecplot安裝筆記

來源:互聯網
上載者:User

Linux下tecplot安裝筆記

1、得到tecplot的.iso檔案,在根目錄下掛載.

2.打算安裝在/home/wy/tecplot 下,當然我是先在掛載完了之後cp到/home/wy/opt下。

3.然後到/opt下的/linux中執行./setup ,這裡的具體過程可以參考  中的第二步。

4、複製許可證檔案

檔案中單機版本的/crack裡的 tecplotlm.lic 檔案拷貝到安裝目錄下即可。我的安裝目錄就是剛才的/home/wy/tecplot 。在終端裡拷貝檔案的命令是cp

4 設定環境變數

這裡需要先參看一下官方的install.pdf檔案,得到shell的類型,語句是echo $SHELL,我的是.bash

在Ubuntu系統修改:  sudo gedit ~/.bashrc 。開啟這個檔案並在最後加上

export TEC_360_2008=/home/wy/tecplot

export PATH=${PATH}:${TEC_360_2008}/bin

export TECPHYFILE=$HOME/.tecplot.phy

5 使用tecplot 360

註:我一直會遇到的一個問題是:安裝完執行tec360,會顯示

libstdc++.so.5: cannot open shared object file: No such file or directory

解決辦法是:sudo apt-get install libstdc++5

更多詳情見請繼續閱讀下一頁的精彩內容:

  • 1
  • 2
  • 下一頁

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.