Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • 1
    You could put . setup-env.sh in your ~/.bashrc or ~/.bash_profile or ~/.profile Commented Apr 1, 2021 at 17:34
  • Just curious, what exactly have you copyrighted there?
    – Pourko
    Commented Apr 1, 2021 at 17:36
  • @Pourko This just copy and paste of the setup-env.sh from the Vulkan SDK linux version ( vulkan.lunarg.com/sdk/home#linux). Commented Apr 1, 2021 at 17:41
  • @glennjackman In that case the line would be /path/to/dir . setup-env.sh right? Commented Apr 1, 2021 at 17:42
  • 1
    The other way around, actually. . is the command, so you would want . /path/to/dir/setup-env.sh.
    – terdon
    Commented Apr 1, 2021 at 18:00