Skip to main content
deleted 2 characters in body
Source Link
Raphael Ahrens
  • 9.9k
  • 5
  • 39
  • 53

When setting

DEFAULT_VERSIONS=python=3.45 python2=2.7 python3=3.45 

in /etc/make.conf you have to rebuild the ports that use the default version of pythonPython.

When setting

DEFAULT_VERSIONS=python=3.4 python2=2.7 python3=3.4 

in /etc/make.conf you have to rebuild the ports that use the default version of python.

When setting

DEFAULT_VERSIONS=python=3.5 python2=2.7 python3=3.5 

in /etc/make.conf you have to rebuild the ports that use the default version of Python.

Source Link
Raphael Ahrens
  • 9.9k
  • 5
  • 39
  • 53

When setting

DEFAULT_VERSIONS=python=3.4 python2=2.7 python3=3.4 

in /etc/make.conf you have to rebuild the ports that use the default version of python.