Linux environment variables

Source: Internet
Author: User

Set the system environment variable  1.1 Open the terminal and type: sudo gedit/etc/environment.  2.2 Enter the user password. The password entered is not visible at this time.  3.3, at the end of path= "..." Add:/opt/embedsky/4.3.3/bin where/opt/embedsky/4.3.3/bin is the path to the environment variable you need to set.  4.4 Make it effective immediately, perform at Terminal: Source/etc/environment or restart the computer.
Set the current user environment variable 1.1 Open the terminal and type: sudo gedit ~/.bashrc. 2.2 Enter the user password. The password entered is not visible at this time. 3.3 The preceding step opens the. bashrc file and adds it at the end: Export path=/opt/embedsky/4.3.3/bin: $PATH where/opt/embedsky/4.3.3/ Bin is the path to the environment variable you need to set for yourself. 4.4 Make it effective immediately, execute on Terminal: source ~/.BASHRC or restart the computer. Export Java_home=/usr/lib/jvm/javaexport Jre_home=${java_home}/jreexport Classpath=.:${java_home}/lib:${jre_home} /libexport path=${java_home}/bin: $PATHexport android_home= "/home/zn/work/android-sdk-linux" Export PATH= "$PATH: $ Android_home/tools: $ANDROID _home/platform-tools "

Linux environment variables

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.