Open anarchopossum opened 10 months ago
Try this:
> git clone https://github.com/anarchy-ai/LLM-VM.git
> cd LLM-VM
> python -m venv <name>
> source <name>/bin/activate
> python -m pip install -e ."[dev]"
Try this:
> git clone https://github.com/anarchy-ai/LLM-VM.git > cd LLM-VM > python -m venv <name> > source <name>/bin/activate > python -m pip install -e ."[dev]"
Right that works, although using the setup script does not work. as in ./setup.sh
.
Describe the bug setup.sh gives
Error: pyenv not installed
even though there is an install on the machine.To Reproduce Steps to reproduce the behavior:
./setup.sh
within repo folderExpected behavior Install completes
Desktop
Terminal Output anarch_install_output.txt