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 8760297
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T15:00:40+00:00 2026-06-13T15:00:40+00:00

Trying to install python from the link here does not seem to give access

  • 0

Trying to install python from the link here does not seem to give access to the python command in Msysgit… following the instructions here, does not actually say how to get python to work as needed.

Current error when running parse new project_name is:

/bin/env: python: No such file or directory

I believe it’s likely because it installed it at C:\Python… anyone know how to fix this?

  • 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-13T15:00:41+00:00Added an answer on June 13, 2026 at 3:00 pm

    This error means that Git Bash does not know where your python.exe is. It searches your normal windows search path, the PATH environment variable. You’re probably failing the 4th step on the instructions already “Make sure Python is working in the Git Bash”:

    $ python --version
    sh.exe: python: command not found
    

    To fix that, append C:\Python (or wherever you installed python) to your PATH environment variable in windows (instructions here). You need to restart the bash after this for the change to take effect. This will allow you to run python from the windows command prompt as well.

    C:\> python --version
    Python 2.7.2
    

    If you don’t want to alter your windows PATH variable or make python only available to git bash, you could create a .bashrc file in your %USERPROFILE% directory and set the variable there:

    C:\>notepad %USERPROFILE%\.bashrc
    

    and add

    export PATH=/c/Python:$PATH

    to the file. That script is executed every time you start the git bash and prepends C:\Python to git bash’s PATH variable, leaving the system-wide PATH variable untouched.

    Now that you know what has to be done, you can use this shortcut on the bash instead (appends the export command to your .bashrc)

    $ echo export PATH=/c/Python:\$PATH >> ~/.bashrc
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to install python-selenium bindings by seeing here When i am trying
I'm trying to install Python from source on my Mac. (OS X 10.6.2, Python-2.6.5.tar.bz2)
I am trying to install Python 2.7.2 from source files in my Linux machine.
I'm trying to install virtual-python on linux server which I don't have root access.
I'm trying to install Python Fabric on Windows 7 using the guide from Getting
I was trying to install the following python wrapper for Amazons product api: http://pypi.python.org/pypi/python-amazon-product-api/0.2.5a1
I am trying to compile pyspatialite 2.6.1 using the command sudo python setup.py install
I'm trying to install python to a 1and1.com shared linux hosting account. There is
Im having a very odd problem. Im trying to install a Python program. Im
I'm trying to install lxml for python on OS X 10.6.8 I ran sudo

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.