I am trying to upgrade Python (having let my ports go stale) and I am stuck on one consistent problem: references to Python2.6. I have deinstalled and reinstalled all of Python, but do not get to the end because of various breaks. Right now I am stuck in 'py26-Jinja2-2.7.3 depends on package: py26-setuptools26>0 - not found'.
I tried adding py default version to /etc/make.conf:
I am missing something and would be grateful for any suggestions.
I tried adding py default version to /etc/make.conf:
Code:
WITH_PKGNG=yes
PYTHON_DEFAULT_VERSION='python2.7'
Code:
# pkg info | grep python
python26-2.6.4 An interpreted object-oriented programming language
python27-2.7.9 Interpreted object-oriented programming language
python3-3_3 The "meta-port" for version 3 of the Python interpreter
python34-3.4.2_1 Interpreted object-oriented programming language