Skip to content

Bug Report: venv create failed & wrong command tips #1

Description

@Golden-Pigeon

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions