15
- Python KEYNOTE / Akshay Sharma
- Python
py --list
lists your currently installed versions of python.py 3.7 *.py
executes a python script using that version of python - Python TUTORIAL / Bernát Gabor / Python Packaging Demystified
py --list
lists your currently installed versions of python. py 3.7 *.py
executes a python script using that version of python