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

Use python3's venv module instead of virtualenv #1396

Merged
merged 3 commits into from
Dec 24, 2022

Commits on Nov 7, 2022

  1. install: Use python3's venv module when available

    Python 3.3 and above provide a standard venv module which provides all
    the functionality that install.sh needs from virtualenv.
    
    As of this commit, JM itself requires Python 3.6+ anyway.
    dongcarl committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    8bbca60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e3b6ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11ddec7 View commit details
    Browse the repository at this point in the history