Tag: Virtual environment
-
Setting up a python virtual environment in Linux bash terminal.
My development platform Python venv setup in my platform February 8th, 2025 – Updated to python 3.13 I will be explaining the venv setup as off python 3.4. Tested and verified with the newest python 3.13. Let’s jump right into it. Open a terminal window. To get the latest python builds I use the ‘deadsnakes’…