Published
- 1 min read
find python path cmd
The solution for this is noted below
find python path cmd
Solution
python -c "import sys; print(sys.executable)"
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
python -c "import sys; print(sys.executable)"
Try other methods by searching on the site. That is if this doesn’t work