Apply suggestions from code review
Co-authored-by: Marco Gario <marcogario@github.com>
This commit is contained in:
parent
34955967b7
commit
6645c550ef
2 changed files with 2 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ python3 -m pip install --user virtualenv
|
|||
# venv is required for installation of poetry or pipenv (I forgot which)
|
||||
sudo apt-get install -y python3-venv
|
||||
|
||||
# We're install poetry with pip instead of the recommended way, since the recommended way
|
||||
# We install poetry with pip instead of the recommended way, since the recommended way
|
||||
# caused some problem since `poetry run` gives output like:
|
||||
#
|
||||
# /root/.poetry/lib/poetry/_vendor/py2.7/subprocess32.py:149: RuntimeWarning: The _posixsubprocess module is not being used. Child process reliability may suffer if your program uses threads.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue