Shell Configuration Environment variables

Source: Internet
Author: User

When we use the Xshell development machine, we often encounter some problems, such as the use of certain commands he will command not found, the reason is that we have to configure the environment variable, so that can be accessed in any path.

This requires us to write a shell script,

#! Bin/shecho $PATH; Echo ' Add Nodejs ' s bin '; export PATH =/search/xxxxx/node/bin: $PATH; echo $PATH;

The first sentence means that the script interprets the execution by bin/sh, Echo sets a variable, and the third row is the popup hint, which means to change the custom variable into the system's environment variable.

Then execute the script through source startup.sh and execute the node command in any directory.

In fact, we can also install any of the scaffolding tools you want (Grunt Gulp webpack, etc.), will appear in the/node/bin directory.

  

Shell Configuration Environment variables

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.