[Bug 242964] UPDATING instructions for updating python to 3.7 via portmaster fail under default root shell
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Dec 30 08:24:40 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242964
Walter Schwarzenfeld <w.schwarzenfeld at utanet.at> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |w.schwarzenfeld at utanet.at
--- Comment #1 from Walter Schwarzenfeld <w.schwarzenfeld at 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.
More information about the freebsd-python
mailing list