How does one test the existence of a specific port? E.g.
if {port_exists py310-tensorflow} {
do this
} else {
do that
}
How does one test the existence of a specific port? E.g.
if {port_exists py310-tensorflow} {
do this
} else {
do that
}