How can I make the modified environment variable valid without restarting my computer?

Source: Internet
Author: User

Windows: 

After adding or modifying the environment variables in "My Computer"> "properties"> "advanced"> "environment variables", you must restart the system to make them take effect. Is there any way to make it take effect immediately? The following describes a method:

Take the environment variable "path" as an example. After the modification, enter the doscommand prompt and enter: Set Path = C: to close the DOS window. Open the DOS window again and enter echo % PATH %, you can find that the path value set in "My Computer"> "properties"> "advanced"> "environment variable" has taken effect.

Do not worry that changes in the DOS window will affect the value of the environment variable. The environment variable in the DOS window is only a copy of the Windows environment variable. However, modification to the copy will trigger a Windows environment variable refresh, which is exactly what we want!

 

Linux:

If it is. bash_profile

Source. bash_profile

 

If you modify the. Profile

Source. Profile

Very simple. Avoid the hassle of restarting.

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.