SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72137 0 45 Python

Issue #22394: Add a 'venv' command to Doc/Makefile.

This will create a venv using the interpreter specified by the PYTHON
variable for the Makefile that also install Sphinx. Typical usage is
expected to be:

  cd Doc
  make venv PYTHON=../python
  make html PYTHON=venv/bin/python3
B
Brett Cannon committed
d5ea39d1b86ce8ba0db8ea919797adb29b137add
Parent: 1a7b8d1