summaryrefslogtreecommitdiff
path: root/docutils/docs
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-04-09 20:04:06 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-04-09 20:04:06 +0000
commit0caeff0dfc2cd5f04689ad535eb0f43401ffaaf8 (patch)
tree75fcd9b62ffa58efa237b2f68ae99bdd8a79059f /docutils/docs
parent7f80412b9d2cf861a935cc79670c4b50d0e3a5c5 (diff)
downloaddocutils-0caeff0dfc2cd5f04689ad535eb0f43401ffaaf8.tar.gz
in venv python without number is sufficant
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8686 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs')
-rw-r--r--docutils/docs/dev/release.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docutils/docs/dev/release.txt b/docutils/docs/dev/release.txt
index fe251f758..3e39975f4 100644
--- a/docutils/docs/dev/release.txt
+++ b/docutils/docs/dev/release.txt
@@ -54,7 +54,7 @@ Releasing (post 2020)
python -m pip install --index-url https://test.pypi.org/simple/ --no-deps docutils
cp -Lr ../docutils-code/docutils/test .
- python2 test/alltests.py
+ python test/alltests.py
python -m pip uninstall docutils
deactivate ; cd .. ; rm -r du2
@@ -64,7 +64,7 @@ Releasing (post 2020)
python3 -m venv du3 ; cd du3
export PYTHONPATH= ; . bin/activate
- python3 -m pip install --index-url https://test.pypi.org/simple/ --no-deps docutils
+ python -m pip install --index-url https://test.pypi.org/simple/ --no-deps docutils
cp -Lr ../docutils-code/docutils/test .
python test/alltests.py