[docs] [issue32553] venv says to use python3 which does not exist in 3.6.4
Ned Deily
report at bugs.python.org
Mon Jan 15 12:04:47 EST 2018
Ned Deily <nad at python.org> added the comment:
Unfortunately, it may depend on what environment and/or from which distributor you obtain Python 3.6 as to whether there is a "python3" link installed. On Unix-like systems, the default Python installation built from source ("make install") does install both "python3.6" and "python3" links in the configured "bin" directory. But that may not be true everywhere. On what environment are you running Python 3.6 and from where was it installed?
----------
nosy: +ned.deily
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32553>
_______________________________________
More information about the docs
mailing list