Answers for "where should python be installed mac"

5

which python mac

$ brew update && brew upgrade python
Posted by: Guest on September-23-2020
2

install python in mac

brew install python3
brew install python2
Posted by: Guest on June-06-2020
1

how to check if python is installed on mac

Hi this is way simple..

Open terminal on your mac
Then type python - - version
If its give an error that means there is no python installed if it gives you the version number then python is installed..

Any by default python comes installed but the answer was just to make sure you do understand..

Good luck with learning python.. If you need any more with hacking and python let me know i have a YouTube channel just specifically for helping people getting started with hacking and. programming..
Posted by: Guest on March-20-2021

Code answers related to "where should python be installed mac"

Python Answers by Framework

Browse Popular Code Answers by Language