From a0f08d71092fee41802b435386bc7a1558ce6a5a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 18 Apr 2018 22:13:48 -0700 Subject: notes on attempted vinay setup --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 20c834b..90bfd75 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Pretty much everything here uses python/pipenv. To setup your environment for this, and python in general: # libjpeg-dev is for some wayback/pillow stuff - sudo apt install python3-dev python3-pip python3-wheel libjpeg-dev + sudo apt install -y python3-dev python3-pip python3-wheel libjpeg-dev build-essentials pip3 install --user pipenv On macOS: @@ -29,5 +29,11 @@ On macOS: Each directory has it's own environment. Do something like: + cd mapreduce pipenv install --dev pipenv shell + +## Possible Issues with Setup + +Bryan had `~/.local/bin` in his `$PATH`, and that seemed to make everything +work. -- cgit v1.2.3