You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found that python3 installing packages need updated libraries from from 12.2 release 1.
Updated VMs on local test hosts with:
sudo freebsd-update -r 12.2-RELEASE upgrade # set to release
sudo freebsd-update install # install downloaded
sudo pkg upgrade -y
Updated snapshot with:
NAME=freebsd_12
VBoxManage snapshot $NAME delete $NAME
VBoxManage: error: This machine does not have any snapshots
VBoxManage snapshot $NAME take $NAME --pause