Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8516825
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T05:32:18+00:00 2026-06-11T05:32:18+00:00

I am a windows 7 user, so pardon me for my ignorance. I have

  • 0

I am a windows 7 user, so pardon me for my ignorance. I have been trying to help my friend get easy_install working on her Mac OS X laptop. We managed to get everything working for 2.7 with these commands in the terminal:

python distribute_setup.py (which installs "distribute")

easy_install

We tried the same thing for Python 3.2.3:

python3.2 distribute_setup.py

easy_install

But the package gets installed for python 2.7 instead of 3.2.3. From what I know, this is because easy_install only works with 2.7.

On my windows 7, I managed to do all these by going into the command prompt, python32 directory and doing:

python distribute_setup.py

Then going into the python32/script directory and running easy_install.exe directly:

easy_install

This installs the package to python 3.2.3 with no problems.

Question:

What should we be doing for Mac OS X? Is there a Mac equivalent of running "easy_install.exe"?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T05:32:19+00:00Added an answer on June 11, 2026 at 5:32 am

    You’ve done the right first step, python3.2 distribute_setup.py. That should have installed a version of easy_install for your python3.2. Now you need to actually use that easy_install command rather than the ones that come pre-installed with OS X for the system Pythons. If you still have the output from the above command or if you run the command again, near the end you should see two lines like this:

    Installing easy_install script to /Library/Frameworks/Python.framework/Versions/3.2/bin
    Installing easy_install-3.2 script to /Library/Frameworks/Python.framework/Versions/3.2/bin
    

    Those locations are for the OS X Python3.2 downloaded from python.org, you might see something else for other versions. That shows the directory where the easy_install scripts were installed. You could use an absolute path to execute the script:

    /Library/Frameworks/Python.framework/Versions/3.2/bin/easy_install ...
    

    but that’s rather inconvenient. If you are planning to use Python3.2 extensively, you can modify your shell search PATH to add this directory to it. For most shells on OS X:

    export PATH=/Library/Frameworks/Python.framework/Versions/3.2/bin:$PATH
    

    You can add that to a shell initialization file, like ~/.bash_profile. If you installed the python.org Python 3.2, you can just double-click /Applications/Python 3.2/Update Shell Profile.command to do that for you. You will need to open an new terminal window afterwards to see the change.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a script to get and set user's Windows environment variables on other
I want every user (windows user) to have his/her own settings in my app.
I am trying to get the Windows User name of the client who is
I am trying get the parent folder of a Windows user's profile path. But
I have been a Windows user for many years but the other day, I
When a user logs in to a Windows Active Directory environment, his/her password is
I have an Intranet site reading the windows user name and using it for
Example Outlook: its only one process but can have multiple windows (user can double
I've been a fan of Monaco when I was a Windows user I would
In .NET, there appears to be several ways to get the current Windows user

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.