gpt-engineer icon indicating copy to clipboard operation
gpt-engineer copied to clipboard

how i make it work on fish shell

Open ALEX5402 opened this issue 2 years ago • 2 comments

Issue Template

╰─λ source venv/bin/activate venv/bin/activate (line 41): Unsupported use of '='. In fish, please use 'set VIRTUAL_ENV "/home/alex/Desktop/GPT-Plus/gpt-engineer/venv"'. VIRTUAL_ENV="/home/alex/Desktop/GPT-Plus/gpt-engineer/venv" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ from sourcing file venv/bin/activate source: Error while reading file 'venv/bin/activate'

Steps to Reproduce

  1. step 1 open fish shell and do what that readme.md says
  2. step 2 when you try to add source venv/bin/activate this env and
  3. you get it...

ALEX5402 avatar Jun 22 '23 01:06 ALEX5402

Try source venv/bin/activate.fish.

jsimonrichard avatar Jun 22 '23 03:06 jsimonrichard

thanks it works

ALEX5402 avatar Jun 25 '23 05:06 ALEX5402