On Virtual Environments
In a previous post I talked a bit about shells. I explained that a shell is a proces that launches other programs. That got me wondering… When I activate a virtual environment, such as a Python or Anaconda venv, is that also launching a program? The answer is NO Some commands will launch a new process, some won’t. Things that launch new processes are for example .exe files like python.exe, notepad.
Read more...