Commits
Tom Sullivan authored and Ken committed c49df608805
78 78 | [list ${python.rootname} ${python.rootname}${python.version}] \ |
79 79 | [list ${python.rootname}[string index ${python.version} 0] ${python.rootname}${python.version}] |
80 80 | |
81 81 | notes " |
82 82 | To make the Python ${python.branch} version of pip the one that is run\ |
83 83 | when you execute the commands without a version suffix, e.g. 'pip', run: |
84 84 | |
85 85 | " |
86 86 | |
87 87 | foreach entry ${select.entries} { |
88 - | notes-append "port select --set $entry" |
88 + | notes-append "sudo port select --set $entry" |
89 89 | } |
90 90 | |
91 91 | livecheck.type none |
92 92 | } |