On Sat, Apr 30, 2016 at 7:05 PM, Neil Voss <[email protected]> wrote:

> # which python
> /opt/local/bin/python
>

(a) what does "port select --show python" return?

(b) what does "type python" return? ("which" can lie. Specifically, it's
prone to tell you what a *new* shell will see --- not what your *current*
shell is doing, because shells cache what they've already seen. If you ran
"port select --set" in that shell and it had already seen /usr/bin/python,
it will be running that still when you run "python"; "which" may not show
this, "type" will.)

-- 
brandon s allbery kf8nh                               sine nomine associates
[email protected]                                  [email protected]
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
_______________________________________________
macports-users mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-users

Reply via email to