#Setting up Bioinformatic Environment in Windows
I installed Windows 7 (64-bit) to mimic CICSE environment for teaching. I will attempt to set up environment in a way that will work for the course.
##Git for Windows
Based on Software Carpentry recommendations will ...
>Important: on the 6th page of the installation wizard (the page titled `Configuring the terminal emulator...`) select `Use Windows' default console window`. If you forgot to do this programs that you need for the workshop will not work properly. If this happens rerun the installer and select the appropriate option. This will provide you with both Git and Bash in the Git Bash program.
---
---
I left everything as default during installation except ....
Make sure to select *Use Windows default console window*
---
Play around...
From start menu selected Git Bash.
It is not pretty, but `pwd`, `ls`, work
---
Opening Git Gui opens this Window
---
Will install GitHub Desktop as this mimics what I am used to on Mac.
First fail.
---
Did a Windows update..
seems fine.
Going to set-up new repo (for safety)
---