[LINUX] How to use MBDyn (command setting)

Chat

A reminder of how to handle MBDyn after installation. The environment is assumed to be Ubuntu. Someone who uses a tool called MBDyn may be in Japan, so I will publish it.

By the way, I wanted to write the code coolly like other articles, so I will write it properly from this time.

Pass through

First, to use MBDyn anywhere, you need to set environment variables and pass it through the path. You need to set environment variables there. By default, the'MBDyn'command is located in'/ usr / local / mbdyn / bin'. Therefore, add the above location to the location where the shell searches for the command when the shell executes the command with the following command.

PATH.rb


export PATH=$PATH:/usr/local/mbdyn/bin

Change bash config file

However, this is only a temporary change and all settings will be lost when you exit bash. Therefore, change the bash configuration file.

PATHvim.rb


vim ~/.bashrc

Add the above export command to the opened file.

Now you can probably use'MBDyn'from now on.

Recommended Posts

How to use MBDyn (command setting)
[python] How to use __command__, function explanation
How to calculate Use% of df command
How to use the Linux grep command
How to use CUT command (with sample)
How to use Python-shell
How to use tf.data
How to use virtualenv
How to use Seaboan
How to use shogun
How to use Pandas 2
How to use Virtualenv
How to use numpy.vectorize
How to use pytest_report_header
How to use partial
How to use Bio.Phylo
How to use SymPy
How to use x-means
How to use WikiExtractor.py
How to use IPython
How to use virtualenv
How to use Matplotlib
How to use iptables
How to use numpy
How to use TokyoTechFes2015
How to use venv
How to use dictionary {}
How to use Pyenv
How to use list []
How to use python-kabusapi
How to use OptParse
How to use return
How to use dotenv
How to use pyenv-virtualenv
How to use Go.mod
How to use imutils
How to use import
How to use Qt Designer
How to use search sorted
[gensim] How to use Doc2Vec
python3: How to use bottle (2)
Understand how to use django-filter
How to use the generator
[Python] How to use list 1
How to use FastAPI ③ OpenAPI
How to use Python argparse
How to use IPython Notebook
How to use Pandas Rolling
[Note] How to use virtualenv
How to use redis-py Dictionaries
Python: How to use pydub
[Python] How to use checkio
[Go] How to use "... (3 periods)"
How to use Django's GeoIp2
[Python] How to use input ()
How to use the decorator
[Introduction] How to use open3d
How to use Python lambda
How to use Jupyter Notebook
[Python] How to use virtualenv
python3: How to use bottle (3)