Skip to content

Keeping our systems in sync with command-line binaries, python3 modules, and team projects.

Notifications You must be signed in to change notification settings

jeremy-donson/brew-pip

Repository files navigation

Keeping our systems in sync with command-line binaries, python3 modules, and team projects.

Table of Contents

What Is This Tool

  • This tool is for staying in sync on 1+ systems with various team projects that depend upon:
  1. Command-line binaries, like git.

  2. Python3 modules, which we manage with pip3.

  3. The code projects themselves.

Why Should I Use This Tool

  • To avoid the burden of maintaining stable, current and tested across 1+ systems:
  1. Command-line binaries, like git.

  2. Python3 modules, which we manage with pip3.

  3. The code projects themselves.

How Do I Use This Tool

  1. Clone this repo to each system you own.
$ mkdir -p ~/projects; cd ~/projects
$ git clone 
  • Note: If you are on linux or windows, then simply replace package manager name 'brew' with either 'apt-get' or 'scoop', respectively in the main script.
cp brew-pip3-update-merge-test.sh retooled-pkg-mgr-pip3-update-merge-test.sh
  1. Create a github.com free public repo to manage your own systems.

  2. Using the github url of that new remote project:

$ git remote rename origin upstream
$ 

  1. Add tests to support proper testing

About

Keeping our systems in sync with command-line binaries, python3 modules, and team projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published