gpt-engineer-org / gpt-engineer

Platform to experiment with the AI Software Engineer. Terminal based. NOTE: Very different from https://gptengineer.app
MIT License
52.54k stars 6.83k forks source link

how i make it work on fish shell #311

Closed ALEX5402 closed 1 year ago

ALEX5402 commented 1 year ago

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...
jsimonrichard commented 1 year ago

Try source venv/bin/activate.fish.

ALEX5402 commented 1 year ago

thanks it works