Skip to content

Instructions to Setup Development Environments on Windows 10, Mac and Linux

License

Notifications You must be signed in to change notification settings

rambasnet/DevEnvSetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development Environment Setup

Instructions to Setup Development Environments for various Programming Languages (C, C++, Python, NodeJS, etc.) on Windows 10, Mac and Linux

Instruction Notes

  • $ is default prompt for regular user and is always there on Mac and Ubuntu Bash Terminal
    • you don't type it as a part of command
  • # on bash command is comment ignored by the Bash Terminal
    • you don't need to type # and rest of the comment as a part of command
  • any command that starts with sudo keyword requires superuser/admin priviledge and prompts for your password
  • < ... > - is a place holder that must be replaced (including the angular brackets) with the actual content in place

Windows 10/11

If you're running Windows, follow the instructions in this README in Windows folder.

Mac

If you're running Mac, follow the instructions in this README in Mac folder.

Virtual Box and Ubuntu Linux VM Setup

If you want to install Ubuntu virtual machine as a VM in Virtual Box, follow the instructions here

Ubuntu Linux

If you're running Ubuntu Linux, follow the instructions in this README

Using Git

Create and Clone GitHub Repository

Using Git with Visual Studio (VS) Code GUI and CLI

Deeper Git Instructions

  • read the Google doc here

Git Command Cheatsheet

GitHub Markdown Cheatsheet

  • quick reference and showcase here

Student Sample GitHub Repo

  • students should strive to organize their repository with uptodate README file
  • see a sample repo here

Linux and Mac Bash Commands References

Online Code Editors and IDE

Jupyter Notebook Shortcuts

About

Instructions to Setup Development Environments on Windows 10, Mac and Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published