(Jun-13-2022, 10:06 PM) Wrote: in terms of paths being checked by an outsider program, how can it know if that directory is a python virtual environment or notAs mention can name it to whatever you want i always end with
env
somthing_env
,can organize under top folder i use div_code
where i have lot Python stuff mess together.Skaperen Wrote:can one script be run in one terminal window in one environment and while that is still running a script be run in a different terminal window (different shell) in a different environment with both being cd'd in the same working directory (such as home directory) at the same time?Yes
Skaperen Wrote:will my editors pick up on it? i have a big wrapper around emacs as well as several commands that carry out common changes i do at the shell command level. most, but not all, of these are in Python, one is in bash plus awk.Most editors can choose what Python interpreter to use,sometime when use vim i just drop into
bin
folder then will use python that is there.Also pip-tools and Poetry(really good),is tools to look into that dos do more that simple
venv
.