Skip to content

Instantly share code, notes, and snippets.

@dragonde
Last active May 2, 2024 08:56
Show Gist options
  • Save dragonde/6319b06065a2bbb3f1373f3ccddaabf7 to your computer and use it in GitHub Desktop.
Save dragonde/6319b06065a2bbb3f1373f3ccddaabf7 to your computer and use it in GitHub Desktop.
conda-install

yay -S conda (anaconda or miniconda3)

https://github.com/randaller/llama-chat/blob/main/README.md

First add this line to your ~/.zshrc file:

export PATH="/opt/miniconda3/bin:$PATH"

Then navigate to miniconda3 folder and update it:

cd ~/miniconda3/bin && ./conda update conda

Finally there is script to automatically init conda for your shell:

./conda init zsh

pip install pip-review After that, you can either upgrade the packages interactively:

$ pip-review --local --interactive Or automatically:

$ pip-review --local --auto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment