You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.
I envision an Install-ChocolateyEnvironmentVariableSegment helper that would take the variable name, the delimiter character and the segment to add. It would, in essence, be a generalization of Install-ChocolateyPath.
The text was updated successfully, but these errors were encountered:
There are several popular environment variables that are PATH-like in nature, i.e. their values consist of segments separated by delimiters.
Examples include: PSModulePath, PATHEXT, INCLUDE, LIB, CMAKE_PREFIX_PATH, CLASSPATH
I envision an Install-ChocolateyEnvironmentVariableSegment helper that would take the variable name, the delimiter character and the segment to add. It would, in essence, be a generalization of Install-ChocolateyPath.
The text was updated successfully, but these errors were encountered: