blender:environment_variable
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
blender:environment_variable [2021/05/26 16:51] – created ig_ahk | blender:environment_variable [2024/04/04 08:04] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | **Setting up environment variable in windows | + | ====== |
- | 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 " | + | 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 " |
- | Setting up PATH. | + | 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. | 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. | 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. | + | * In Windows 10, use the search box on the taskbar to look for the environment variable. Then, click or tap on the “Edit the system environment variables” search result.{{ : |
- | 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 | + | |
- | | + | |
+ | * Single click on EnvironmentVariables..{{ : | ||
+ | |||
+ | |||
+ | |||
+ | | ||
+ | | ||
+ | |||
+ | * After adding Variable name & Variable value click on **ok** and the path added will look like this.{{ : |
blender/environment_variable.1622040689.txt.gz · Last modified: 2024/04/04 08:04 (external edit)