Dotnet global tool use--need to restart the session?

I’ve spent a few hours digging through search results and guides to try and find a solution to this, so apologies if I’ve overlooked something simple or already out there…

I’m trying to improve my deployment of a netcore2.2 executable by using a tool called dotnet-warp to zip the executable and supporting files into a single .exe file. The issue I’m running into after the tool installs successfully is a message stating Since you just installed the .NET Core SDK, you will need to logout or restart your session before running the tool you installed.

After seeing this issue and this issue it seems like others are able to do this sort of thing, but I’m at a loss. Any guidance would be much appreciated!