-1

At the moment, I am trying to use Python3.4. However, I am having difficulty installing py34 dependencies using Macports.

Should I use Python3.3? Should I be setting up different PYTHONPATHs? What is the problem here?

What really is the difference between the multiple versions of Python3.x regarding these ports?

EB2127
  • 1,788
  • 3
  • 22
  • 43
  • 1
    See the [*What's new* documenation](https://docs.python.org/3/whatsnew/) for each Python version. The ports just install those different versions. – Martijn Pieters Dec 04 '15 at 17:01
  • Maybe the question you ought to ask is "How can I install py34 with Macports?" since you are having difficulties. Also any specific errors you are getting when you try to install it. – OneCricketeer Dec 04 '15 at 17:04

1 Answers1

0

What really is the difference between the multiple version of Python3.x

Here is the Python changelog: https://docs.python.org/3/whatsnew/

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245