``` ~/repos/Liger-Kernel(light)$ .venv/bin/python -c "import torch" ~/repos/Liger-Kernel(light)$ time .venv/bin/python -c "import torch" File "<string>", line 1 import ^ SyntaxError: invalid syntax real 0.025s user 0.013s sys 0.005s cpu 68.3% ```