If you’re not familiar with using variables in PowerShell, read my variables in PowerShellarticle before continuing. If you want to make permanent changes to a variable, you must change them in Windows Registry on Windows, or in a shell configuration file (such as ~/.bashrc) on Linux or Mac. Like other variables, anything you set during a session only applies to that particular session.
MODULEPATH /etc/scl/modulefiles:/etc/scl/modulefilesĮnvironment variables can be set, recalled, and cleared with some of the same syntax used for normal variables. PS> Get-ChildItem Env: | out-host -paging Running Kubernetes on your Raspberry Pi.