Hi, Axel!

25.09.2014 18:07, Axel Rau пишет:

> I have a port with
>       USES=    python 
> but it insists installing python2.7 instead of installed python3.4
> I played with
>       DEFAULT_VERSIONS= python3:3.4
> without luck.
> 
> Please advice.

From Mk/Uses/python.mk:
-----
# Variables, which can be set by a user:
#
# PYTHON_VERSION        - The chosen Python interpreter including the
version,
#                         e.g. python2.7, python3.3, etc. This allows
the user
#                         to override the currently chosen default
version and
#                         to install the port for a specific Python version.
#                         It must not be set by a port.
-----

Seems that a line "PYTHON_VERSION=python3.4" at /etc/make.conf
may fit your needs.

-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
_______________________________________________
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to