Discover which project I am?

Hi there,

is there a way to programmatically know which one is my current julia project?

I think I’ve managed to find it:

using Pkg
Pkg.project().name
1 Like

Base.active_project()

1 Like