Closed Chroxvi closed 1 year ago
Add documentation change also to state that we now only support python3
We have always only supported python>=3.8 as stated on https://cotainr.readthedocs.io/en/latest/user_guide/index.html#cotainr-dependencies. The only change is that we now explicitly call python3
instead of relying on python
to be a symlink to python3
as python
may or may not exist and may or may not point to python2
instead of python3
.
This is a follow-up to #30 to fully implement PEP394 in cotainr.
python3
executable instead ofpython
.sys.executable
when applicableyou now get something like