kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #16678
Re: Default environment variables.
On 2/4/2015 1:56 AM, Sergey A. Borshch wrote:
> On 03.02.2015 23:01, Wayne Stambaugh wrote:
>> I finally committed the default environment variables code so you should
>> now be able to remove any system or user scope environment variables.
>> The following are the default paths:
>>
>> KISYSMOD on windows and linux:
>>
>> ${KICAD_INSTALL_PREFIX}/share/kicad/modules
>>
>> KISYSMOD on OSX:
>>
>> /Library/Application Support/kicad/modules
>>
>> KISYS3DMOD on windows and linux:
>>
>> ${KICAD_INSTALL_PREFIX}/share/kicad/modules/packages3d
> Would not it be better ${KISYSMOD}/packages3d ?
>
>> KISYSMOD on OSX:
>>
>> /Library/Application Support/kicad/modules/packages3d
> The same: ${KISYSMOD}/packages3d
>
>
This would most likely break if I wanted to override the default values
from by exporting from the command line.
Follow ups
References