Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting environment variables #434

Closed
xgdgsc opened this issue Nov 22, 2019 · 2 comments
Closed

Setting environment variables #434

xgdgsc opened this issue Nov 22, 2019 · 2 comments

Comments

@xgdgsc
Copy link

xgdgsc commented Nov 22, 2019

Is it possible to set LD_LIBRARY_PATH and launch julia with per folder saved settings? Currently I start a terminal , set LD_LIBRARY_PATH and connect to it.

@xgdgsc
Copy link
Author

xgdgsc commented Nov 22, 2019

I develop code that calls cpp libraries and the LD_LIBRARY_PATH may need to change in different projects.

@aviatesk
Copy link
Member

you want to have LD_LIBRARY_PATH as an environment variable, or just pass it as an command line args for julia startup ?

If former, you can set it before launching Atom or setting it in your init script.
If latter, you can just use ARGUMENTS config under Julia Options.


in different projects.

for that purpose, you need to use this pacakge: https://github.com/harmsk/atomic-management
but it can make your Atom startup slow.

@aviatesk aviatesk changed the title LD_LIBRARY_PATH setting per folder Setting environment variables Nov 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants