We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug setup.sh gives Error: pyenv not installed even though there is an install on the machine.
Error: pyenv not installed
❯ pyenv pyenv 2.3.26 Usage: pyenv <command> [<args>] Some useful pyenv commands are: ...
To Reproduce Steps to reproduce the behavior:
./setup.sh
pyenv found, upgrading to latest version... Already up-to-date. Error: pyenv not installed
Expected behavior Install completes
Desktop
Terminal Output anarch_install_output.txt
The text was updated successfully, but these errors were encountered:
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]"
Sorry, something went wrong.
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.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: