$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Mac Python Setup Easy_Install Setuptools for A Macports Install

April 24, 2012 | By Duchateaux.

This Article tell you How to Fix the Python Macports Installation in a Multi-Version Python System to Correctly Use the right Version of Setuptools.

In Synthesis you Need to Correctly Set the Path to Pick-Up the Right easy_install Utility inside the System.

To Strongly Set your Path you Need to Insert to the Top of:
  • ~/.bashrc

  • ~/.profile

the Following Configuration Line:

/opt/local/Library/Frameworks/Python.framework/Versions/Current/bin

Under Terminal you will Need to Open a New Window to Load the New Setup.

To Test your New Python System Setup on Terminal Perform:

which easy_install

You should Rightly Get: /opt/local/Library/Frameworks/Python.framework/Versions/Current/bin/easy_install

Troubleshoting

If your Python is Not Completely Setup for Macports Check How to Correctly Setup it Under Mac inside this Guide Here Below.