User Tools

Site Tools


blender:environment_variable

This is an old revision of the document!


Setting up an environment variable in windows 10
Environment variables are variables that describe the environment in which apps and programs run.In Windows, environment variables have a name and value. For example, the variable windir (short for “Windows directory”) may have the value “C:\Windows” or another path where you installed Windows.

Setting up PATH. Many programs need to know where to find specific files, and the PATH variable tells them where they can find what they need. Those programs automatically look for a PATH variable, so you don’t have to type it all in every time you run the program. This variable has a value consisting of many user directories. These directories are set by the different applications installed on the computer, and they vary widely from system to system.

The concept of environment variables exists in most operating systems, from Linux to macOS to Windows. In principle, they mean the same thing but the way they are implemented and used differs.

1- In Windows 10, use the search box on the taskbar to look for environment variable. Then, click or tap on the “Edit the system environment variables” search result.
2- Single click on EnvironmentVariables..
3- A new window will pop up and there you can see user variables.
4- Single click on New and another window will pop up.
5- Add Variable name & Variable value.
Note: In variable value when you locate the path for your file, make sure the path names does not contain any spaces and if it has then enclose the whole path in Quotation mark.

    e.g: "C:\Program Files\Blender Foundation\Blender 2.83\blender.exe"
blender/environment_variable.1622041016.txt.gz · Last modified: 2024/04/04 08:04 (external edit)