On Sat, 20 Sep 2025, at 13:17, Kenneth Wolcott wrote:
> The scala port install process did not perform the port select command or I 
> missed it
> 
> scalac and scala are not found;
> 
> But /opt/local/bin/scalac-3.4 exists and /opt/local/bin/scala-3.4 exists;
> 
> What is the correct syntax for me to use "port select ..." so that scalac and 
> scala point to /opt/local/bin/scalac-3.4 and /opt/local/bin/scala-3.4 
> (respectively)?

probably
port select --set scala scala3.4

if that does not work, try
port select --list scala

All of this is documented in the manual.  Type 'man port' and scroll down to 
the paragraph that talks about the select action.

Reply via email to