How does one test the existence of a specific port? E.g.

if {port_exists py310-tensorflow} {
    do this
} else {
    do that
}

Reply via email to