Date: Sun, 03 Apr 2016 03:13:34 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 208474] [NEW PORT] devel/py34-magic: Python 3.4 module for determining file type Message-ID: <bug-208474-13-nEQ43Jp6Vt@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-208474-13@https.bugs.freebsd.org/bugzilla/> References: <bug-208474-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208474 FreeBSD@ShaneWare.Biz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |FreeBSD@ShaneWare.Biz --- Comment #1 from FreeBSD@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=3D python=3D2.7 python2=3D2.7 python3=3D3.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=20 cd /usr/ports/devel/py-magic PYTHON_VERSION=3D3.4; export PYTHON_VERSION; make install clean --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208474-13-nEQ43Jp6Vt>