If I execute Pkg.status() from a script running in Vscode, the output will show a status line and then detail information for each installed package.
In my case the Status shows visually Status C:\Users\Owner\.julia\environments\v1.6\Project.toml
In am having difficulty in getting the status line into a Julia variable that I can then process further.
Maybe there is some other command that will give the same full path to the current Project.toml file?
Base.active_project()
Just what I was looking for...Thanks
Last updated: Nov 06 2024 at 04:40 UTC