[Bug 208474] [NEW PORT] devel/py34-magic: Python 3.4 module for determining file type

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Apr 3 03:13:34 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208474

FreeBSD at ShaneWare.Biz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |FreeBSD at ShaneWare.Biz

--- Comment #1 from FreeBSD at ShaneWare.Biz ---
devel/py-magic already exists and supports all available versions of python.

Python 2.7 is the default version of python installed, to alter the default
version adjust the following and place it in your /etc/make.conf

DEFAULT_VERSIONS= python=2.7 python2=2.7 python3=3.4

If you only want to install a few ports for python 3.4 then you can use the
following (for tcsh) -

cd /usr/ports/devel/py-magic
setenv PYTHON_VERSION 3.4; make install clean

or for bash 

cd /usr/ports/devel/py-magic
PYTHON_VERSION=3.4; export PYTHON_VERSION; make install clean

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list