flask-sqlalchemy-tutorial icon indicating copy to clipboard operation
flask-sqlalchemy-tutorial copied to clipboard

Redundant python3 call

Open mike-usa opened this issue 3 years ago • 0 comments
trafficstars

If the code has successfully activated the environment, it should be able to use python and not rely on the system's python3, which should make the project more self-contained.

Applies to: https://github.com/hackersandslackers/flask-sqlalchemy-tutorial/blob/e5bd958ac1b0a3181cbbe0d8d19d6931ee2f2280/deploy.sh#L7 https://github.com/hackersandslackers/flask-sqlalchemy-tutorial/blob/e5bd958ac1b0a3181cbbe0d8d19d6931ee2f2280/deploy.sh#L11 https://github.com/hackersandslackers/flask-sqlalchemy-tutorial/blob/e5bd958ac1b0a3181cbbe0d8d19d6931ee2f2280/deploy.sh#L13

mike-usa avatar Aug 24 '22 13:08 mike-usa