Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unlearning Shell Scripting

The examples from the Unlearning Shell Scripting book

Installation

We recommend installing uv to manage the virtual environment for this project. See https://docs.astral.sh/uv/. Follow the Installing uv instructions, if you don't already have uv.

If you don't have uv installed, see Astral...

  1. Clone or download this https://github.com/slott56/unlearning-shell-scripting repository.

  2. Change to the downloaded directory.

    cd unlearning-shell-scripting
  3. Install required packages to run the demo applications.

    uv sync --all

Activate the Virtual Environment

It's essential to activate the virtual environment for this (or any) Python project before doing any real work.

source .venv/bin/activate

For Windows users, the command is slightly different. See the https://docs.python.org/3/library/venv.html documentation for the PowerShell command.

About

The examples from the Unlearning Shell Scripting book

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages