Skip to content

Commit

Permalink
Merge pull request #63 from revolter/update/poetry-installation
Browse files Browse the repository at this point in the history
  • Loading branch information
revolter authored Nov 21, 2021
2 parents 0b6d537 + d0bdb0b commit 86b522b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ sudo apt install make build-essential libssl-dev zlib1g-dev libbz2-dev libreadli
pyenv install 3.9.0
pyenv global 3.9.0

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
curl -sSL https://install.python-poetry.org | python -
poetry shell
poetry install

Expand Down
2 changes: 1 addition & 1 deletion fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def setup(connection: fabric.Connection) -> None:
execute(connection, f'mkdir -p {GlobalConfig.project_path}/{GlobalConfig.project_name}')
execute(connection, f'ln -s {GlobalConfig.project_path}/{GlobalConfig.project_name} {GlobalConfig.project_name}')

execute(connection, 'curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -')
execute(connection, 'curl -sSL https://install.python-poetry.org | python -')


@fabric.task(pre=[configure], hosts=[GlobalConfig.host], help={'filename': 'An optional filename to deploy to the server'})
Expand Down

0 comments on commit 86b522b

Please sign in to comment.