Adding package to project by identifying directory (from outside)

Hi! Is there a way to add package to project from outside of project? Something like Pkg.add(required_package, path_to_project_where_package_should_be_added)

I want to add packages to project from customized plugin using PkgTemplates

Not sure I understand you correctly, but you could just activate the environment that you want to add to before adding?

1 Like