https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242964

Walter Schwarzenfeld <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Walter Schwarzenfeld <[email protected]> ---
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "[email protected]"

Reply via email to