-
Recent Posts
Recent Comments
Archives
Categories
Meta
Monthly Archives: July 2021
Python Environment (notes)
(Snippets taken from the Python Manual)To create a virtual environment, decide upon a directory where you want to place it, and run the venvmodule as a script with the directory path: python3 -m venv tutorial-env This will create the tutorial-env … Continue reading