minus-squareFaulkmore@mastodon.socialtoPython@programming.dev•Recommended way to run my scripts from a venv?linkfedilinkarrow-up0·4 months ago@Andy The convention is to place the venv in a .venv/ sub folder. Follow the convention! This is shell agnostic Learn pyenv and minimize shell scripts (only lives within a Makefile). Shell scripts within Python packages is depreciated linkfedilink
@Andy The convention is to place the venv in a .venv/ sub folder. Follow the convention!
This is shell agnostic
Learn pyenv and minimize shell scripts (only lives within a Makefile).
Shell scripts within Python packages is depreciated