mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-23 03:34:19 +01:00
readme
This commit is contained in:
18
README.md
18
README.md
@@ -16,22 +16,18 @@ sudo apt install -y build-essential pkg-config libffi-dev libpq-dev zlib1g-dev l
|
|||||||
# install python using pyenv
|
# install python using pyenv
|
||||||
curl https://pyenv.run | bash
|
curl https://pyenv.run | bash
|
||||||
|
|
||||||
# put this in your ~/.bashrc
|
# put this in your ~/.bashrc
|
||||||
export PYENV_ROOT="$HOME/.pyenv"
|
echo export PYENV_ROOT=\"$HOME/.pyenv\" >> ~/.bashrc
|
||||||
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
|
echo command -v pyenv >/dev/null || export PATH=\"$PYENV_ROOT/bin:$PATH\" >> ~/.bashrc
|
||||||
eval "$(pyenv init -)"
|
source ~/.bashrc
|
||||||
eval "$(pyenv virtualenv-init -)"
|
echo eval \"$(pyenv init -)\" >> ~/.bashrc
|
||||||
|
echo eval \"$(pyenv virtualenv-init -)\" >> ~/.bashrc
|
||||||
|
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
pyenv install 3.9.13
|
pyenv install 3.9.13
|
||||||
|
|
||||||
# install poetry
|
# install poetry
|
||||||
curl -sSL https://install.python-poetry.org | python3 -
|
curl -sSL https://install.python-poetry.org | python3 -
|
||||||
|
echo export PATH=\"$HOME/.local/bin:$PATH\" >> ~/.bashrc
|
||||||
# put this in your ~/.bashrc
|
|
||||||
export PATH="$HOME/.local/bin:$PATH"
|
|
||||||
|
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
|
|
||||||
# install cashu
|
# install cashu
|
||||||
|
|||||||
Reference in New Issue
Block a user