Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update install script to include python3-venv #10

Open
managedkaos opened this issue Oct 27, 2023 · 1 comment
Open

Update install script to include python3-venv #10

managedkaos opened this issue Oct 27, 2023 · 1 comment
Assignees

Comments

@managedkaos
Copy link
Member

Issue Overview

The library for python3-venv needs to be installed.

Describe your environment

  • Ubuntu 22.04
  • Python 3.10.12

Steps to Reproduce

...

Expected Behavior

virtual environment should be created

Current Behavior

The virtual environment was not created successfully because ensurepip is not
available.  On Debian/Ubuntu systems, you need to install the python3-venv
package using the following command.

    apt install python3.10-venv

You may need to use sudo with that command.  After installing the python3-venv
package, recreate your virtual environment.

Possible Solution

Install python3-venv with apt install python3-venv in the automated installation script.

@managedkaos managedkaos self-assigned this Oct 27, 2023
@marcusrodello
Copy link

great, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants