-
Notifications
You must be signed in to change notification settings - Fork 36
Setup direnv
Kentaro "zigen" Teramoto edited this page Nov 17, 2022
·
6 revisions
- install https://github.com/direnv/direnv
- setup https://github.com/direnv/direnv/blob/master/docs/hook.md
- create
.envrc
like this in your quisp root (here, the root is/home/user/quisp
)
PATH_add "/home/user/omnetpp-6.0.1/bin"
PATH_add "/home/user/omnetpp-6.0.1/tools/macosx/bin"
PATH_add "/usr/local/opt/llvm/bin" # if you want
export QT_PLUGIN_PATH=/home/user/omnetpp-6.0.1/tools/macosx/plugins
export QT_SELECT=5
- allow the .envrc:
$ direnv allow