What is the difference between following commands:
python setup.py
and
python3 setup.py
- What if I only have python3.6 installed?
pythonandpython3would do the same thing? - Does it make difference only when I have different versions of python installed? If so, which version will be used with
python setup.py?