https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242964
Walter Schwarzenfeld <w.schwarzenf...@utanet.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |w.schwarzenf...@utanet.at --- Comment #1 from Walter Schwarzenfeld <w.schwarzenf...@utanet.at> --- The instruction is correct: This may ease the upgrade for users of pre-build packages: ==> # sh # for i in $(pkg query -g %n 'py36-*'); do pkg set -yn ${i}:py37-${i#py36-}; done # pkg upgrade The first command is "sh" the change to the sh-shell. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"