diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2020-05-01 21:08:51 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2020-05-01 21:08:51 +0000 |
commit | ef7e6a767885a9f50a1d3e3fbfaa7768c6793354 (patch) | |
tree | 9198ba5a1acbb8eae2bee42bea5199864b80d2ea /UPDATING | |
parent | 9b58a7160709151611c9e7387262a72efc3f7454 (diff) |
Improve entry for Python 3.7 upgrade
Portmaster instruction fails under default root shell.
PR: 242964
Reported by: Robert William Vesterman <bob@vesterman.com>
Notes
Notes:
svn path=/head/; revision=533589
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -505,6 +505,7 @@ you update your ports collection, before attempting any port upgrades. # pkg upgrade For portmaster users: + # sh # portmaster -o lang/python37 python36 # REINSTALL="$(pkg info -o py36-\* | awk '{printf "%s ", $2}')" # pkg delete -f py36-\* |