view bashrc/bash_profile @ 415:e57b012539d5

Check if Python is in the `PATH` on Windows.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 19 Jan 2018 09:18:30 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


# include .bashrc if it exists
if [ -f ~/.bashrc ]; then
    . ~/.bashrc
fi