Hi, thanks for your script!
When using the script, I found several bugs as follows.
- venv create failed
- consequence: python3.8-venv not installed automatically.
- suggestion: add
sudo apt install python3.8-venv before building the venv
- wrong command tips
- details: the sript tells the user to run
source virtualEnvironment/bin/activate to activate the venv. However, virtualEnvironment could be replaced by ${directory}/${venvPATH} so that the user can directly copy and run the command.
Hope all above could help you to fix the script.
Hi, thanks for your script!
When using the script, I found several bugs as follows.
sudo apt install python3.8-venvbefore building the venvsource virtualEnvironment/bin/activateto activate the venv. However,virtualEnvironmentcould be replaced by${directory}/${venvPATH}so that the user can directly copy and run the command.Hope all above could help you to fix the script.