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

  • Home
  • SEARCH
  • 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 5943387
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T16:23:17+00:00 2026-05-22T16:23:17+00:00

Upon hitting make install I get the following error /usr/bin/install: cannot create regular file

  • 0

Upon hitting

make install

I get the following error

/usr/bin/install: cannot create regular file /usr/local/bin/python2.6: Permission denied make: *** [altbininstall] Error 1

I am not the root user so I assume its a permissions issue. I do have my own subfolder at /home/my_username Is there a way to complete the python installation there by giving a more specific command perhaps?

Also Python 2.4 is already installed how do I ensure that I am actually using 2.6?

Thanks alot!

  • 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-05-22T16:23:18+00:00Added an answer on May 22, 2026 at 4:23 pm

    The configure script lets you specify --prefix=[dest]. From the usage:

    By default, `make install’ will install all the files in
    /usr/local/bin, /usr/local/lib etc. You can specify
    an installation prefix other than /usr/local using –prefix,
    for instance –prefix=$HOME.

    So to install under py26 in your home directory:

    % ./configure --prefix=$HOME/py26
    ..
    % make install
    % $HOME/py26/bin/python
    

    To use this on a more permanent basis, add $HOME/bin to your PATH variable in your ~/.bashrc (or other shell rcfile). To verify which Python you’re using, do this:

    % which python
    /home/user/py26/bin/python
    

    Make sure you don’t have a typo in the --prefix or the assignment to PATH. For example:

    % which python
    /usr/bin/python
    
    % ls -1 $HOME/py26/bin/python*
    /home/user/py26/bin/python
    /home/user/py26/bin/python2.6
    /home/user/py26/bin/python2.6-config
    /home/user/py26/bin/python-config
    
    % export PATH=$HOME/py26/bin:$PATH
    % which python
    /home/user/py26/bin/python
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Upon compiling, I am getting the following error: C:\UDK\UDK-2010-03\Development\Src\FixIt\Classes\ZInteraction.uc(41) : Error, Unrecognized member 'OpenMenu'
how can i make a form tag using onsubmit (that executes upon hitting enter)
Upon a click on an IMG, I would like to get to the next
Upon compiling and running this small program to reverse a string, I get a
We're hitting a good number of walls and stumbling blocks as we create our
Edit: for some reason it seems like its refreshing the page upon hitting the
I am writing puzzle bot, http server which upon hitting , renders a default
I am working to create a map to show based upon IP's of the
Upon upload completion, my newly uploaded file has the URL of <div id=uploaded-file> <img
Upon using the following CSS styling for my log in form, My POST variables

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.