Skip to main content
edited for readability/grammar
Source Link
the Tin Man
  • 160.9k
  • 44
  • 222
  • 308

It's most strongly dependent on the package distribution system you use. For example, with MacPorts, you can install multiple pythonPython packages and use the pyselect utility to switch the default between them with ease. At all times, you're able to call the different pythonPython interpreters by providing the full path, and you're able to link against all the pythonPython libraries and headers by providing the full paths for those.

So basically:, whatever way you install the versions, as long as you keep your installations separate, you'll able to run them separately.

It's most strongly dependent on the package distribution system you use. For example, with MacPorts, you can install multiple python packages and use the pyselect utility to switch the default between them with ease. At all times, you're able to call the different python interpreters by providing the full path, and you're able to link against all the python libraries and headers by providing the full paths for those.

So basically: whatever way you install the versions, as long as you keep your installations separate, you'll able to run them separately.

It's most strongly dependent on the package distribution system you use. For example, with MacPorts, you can install multiple Python packages and use the pyselect utility to switch the default between them with ease. At all times, you're able to call the different Python interpreters by providing the full path, and you're able to link against all the Python libraries and headers by providing the full paths for those.

So basically, whatever way you install the versions, as long as you keep your installations separate, you'll able to run them separately.

Source Link
Seth Johnson
  • 15.2k
  • 8
  • 63
  • 89

It's most strongly dependent on the package distribution system you use. For example, with MacPorts, you can install multiple python packages and use the pyselect utility to switch the default between them with ease. At all times, you're able to call the different python interpreters by providing the full path, and you're able to link against all the python libraries and headers by providing the full paths for those.

So basically: whatever way you install the versions, as long as you keep your installations separate, you'll able to run them separately.