problem with pkg_resources in python 3
Joshua Root
jmr at macports.org
Wed Jul 12 14:23:28 UTC 2017
On 2017-7-13 00:15 , pagani laurent wrote:
> The following ports are currently installed:
> py27-pip @9.0.1_0 (active)
> py27-setuptools @36.0.1_0 (active)
> py35-pip @9.0.1_0 (active)
> py35-setuptools @36.0.1_0 (active)
> py36-pip @9.0.1_0 (active)
> py36-setuptools @36.0.1_0 (active)
> python2_select @0.0_2 (active)
> python3_select @0.0_1 (active)
> python27 @2.7.13_1 (active)
> python34 @3.4.6_1 (active)
> python35 @3.5.3_1 (active)
> python36 @3.6.1_1 (active)
> python_select @0.3_7 (active)
>
> I have just uninstalled all inactive versions of all ports but when I start python3.5 it still says it is running python3.5.2
OK, so you probably need to adjust your PATH environment variable or use
the full path when running /opt/local/bin/python3.5. If you run 'type
python3.5' it will show you which one is actually being run when you
don't use the full path.
- Josh
More information about the macports-users
mailing list