1 / 3

How to add system/user variables & add to PATH in environment

If youu2019re new to putting variables into PATH, itu2019s quite easy. Search for u201cenvironment variablesu201d in your taskbar :

Download Presentation

How to add system/user variables & add to PATH in environment

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. If you’re new to putting variables into PATH, it’s quite easy. Search for “environmentvariables” in your taskbar: Now click on Environment Variables: You’ll see something like this:

  2. The top part is the user variables, means putting variables here will only apply to your account and nowhere else. The lower part is for putting system wide variables, these variables are available for all users on the computer. According to your need, click on NEW if you want to add a new variable, this can be necessary for many applications such as CUDA to add a system wide variable that will be accessible as example inside your code. In CMD we would be able to access path via %PATH% any other variable can be accessed in the same way: %VARIABLE% In this tutorial our goal is to add to PATH

  3. You’ll see the following popping up: Now click on NEW and enter the full path of your directory you want to make available. By adding the directory all content executables will be available in terminal. VERY IMPORTANT: Added variables and new adding to path will not apply until you restart your computer!

More Related