Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Linux
export DASELEMENT_LICENSE=5053@vfx-license

Windows
setx DASELEMENT_LICENSE "5053@vfx-license”

Mac
launchctl setenv DASELEMENT_LICENSE 5053@license-server

...


Permanently set the environment variable

Create a new properties file in this location: ~/Library/LaunchAgents/
Call the file: das-element.license.plist
and add this content … (edit license-server to your license server - line 11)

Code Block
<?xml version="1.0" encoding="UTF-8"?> 
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 
<plist version="1.0"> 
<dict> 
  <key>Label</key> 
  <string>das-element.license</string> 
  <key>ProgramArguments</key> 
  <array> 
    <string>sh</string> 
    <string>-c</string> 
    <string>launchctl setenv DASELEMENT_LICENSE 5053@license-server</string> 
  </array> 
  <key>RunAtLoad</key> 
  <true/> 
</dict> 
</plist>
Info

Please restart your Mac. After the reboot the variable will now be automatically set for you.