KaydenLe / KaydenStudent2025

Apache License 2.0
0 stars 0 forks source link

Tool Verification #4

Open KaydenLe opened 5 days ago

KaydenLe commented 5 days ago

Tool Hacks Shell commands: ls= lists all directories cd= changes between directories mkdir= creates a new directory rm= removes a directory git clone= clones a new repository using a link to the repo --version= shows the newest version of a program

Brew commands: -brew list= list installed packages -brew search = searches for a package -brew update= updates homebrew -brew upgrade= upgrade installed packages -brew uninstall = uninstall a package

project_dir: The directory where your project is located. project: The specific project directory within project_dir. project_repo: The URL of the GitHub repository. By running this script, you can verify that the environment variables are correctly set in your development environment. If they don’t match up, go back to the previous code cell and make the necessary corrections

Screenshot 2024-08-28 at 9 40 02 AM