Skip to content

thomasbogue/gitbashfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitbashfix

This python program modifies git-bash to run conda and python intuitively for Windows users

Usage:

run the gitbashfix.py file in python or the gitbashfix.ipynb file in jupyter notebook. If successfull this program should say

fix successfully applied

Methods

This file checks to make sure the user is running Windows, and if so appends four lines of code to .bashrc, using environment variables to determine the home folder and the username. These lines allow compatibility between git-bash and conda and python

Known issues

If the user's home folder isn't in c:\Users, there is likely to be an issue. Code will abort in this case.

If this script is run multiple times the lines will be added multiple times as well. This might affect startup times for git-bash, but shouldn't cause any errors.

About

This python program modifies git-bash to run conda and python intuitively for Windows users

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published