(20241010) Script desc. available in the message now.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# We create a Virtual Environment.
|
||||
# The format is:
|
||||
# python<version> -m venv <virtual_env_name>
|
||||
echo "Making a virtual environment (if needed)"
|
||||
echo "Making a virtual environment (if needed)."
|
||||
python3 -m venv .venv
|
||||
|
||||
# Next we activate the newly created Virtual Environment.
|
||||
|
||||
Reference in New Issue
Block a user