How to install and uninstall PYTHON on MAC

preview_player
Показать описание
Step 1 : Check if Python is already installed 
             python --version

Step 2 : Download Python

Step 3 : Run the installer

which python
which python3
which pip
which pip3

Step 4 : If pip not installed run
             sudo easy_install pip

Step 5 : How to uninstall Python

________ ONLINE COURSES TO LEARN ________

------------ Follow ------------
Рекомендации по теме
Комментарии
Автор

you solve all my problems bro. THANKS!!!

kumarrahulraj
Автор

what if I want to uninstall both versions of python?

mohammedsohilshaikh
Автор

Muchas gracias amigo me funciono en el iphone x. Saludos desde Guatemala.
Muy buen trabajo gracias por ayudarnos.
Solo falta ahora que las aplicaciones tengan permiso a la cámara

axelramirez
Автор

Is there anyway I can restore factory setting for terminal in my mac?
It is beacuse, I tried to unistall my python3 and install again due to some issues, but i cannot do it. So, is there any way I can do that ?

Please, let me know

madanbhurtel
Автор

Thanks for the video. How can one un-install version 2.7 instead of 3.x please? I have 2.7 as default that came with OS X and I want to remove it so I only have 3.x running on my machine. Your tutorial shows how to remove 3.x but not 2.7. Thanks.

mickaelescroignard
Автор

I am a coding beginner. I have a question.
When I type "python" in terminal of Vscode.
it shows "
WARNING: Python 2.7 is not recommended.
This version is included in macOS for compatibility with legacy software.
Future versions of macOS will not include Python 2.7.
Instead, it is recommended that you transition to using 'python3' from within Terminal. "

I have installed python3, but it still shows this when I search my version,
should I uninstall Python2.7?
I've seen you said I can have two version, though

If I want to use latest version, what command should I need?

afang_
Автор

Thank you sir for this Python videos.
I have a query regarding my career,
I have worked on Internet of things domain for one of the start ups in Bangalore.
I have worked on Hardware development. Also API .In that i have tested API using tool called POSTMAN.
As i am from Electronics background, i am learning the tools and software part from your youtube channel.

Also learned myself Linux commands and Python basics.

I would request you to guide me how to move further .What are the things i need to learn when it come to software testing(Unit testing or manual testing or automation testing ) and any project to gain hands on knowledge.


Thank you.

keshavdk
Автор

great tut! i have python 2 and downloaded python3, when i <pip3 --version>, it still appears pip for python2, there's no pip for python 3?

PhuongTran-wnio
Автор

I dont understand the password passage... what do I have to enter when asked for password?

CG-mghf
Автор

thanks and can you you help me how to upgrade pip.. am using "pip install --upgrade pip " but not working

aikagyan
Автор

How to Remove all PIP related files and folders. Thanks

kdeepak
Автор

Ive just uninstalled python 2.7 from my Mac LOL. DONT DO THAT. IT COMES WITH THE OS.

englishyouknow
Автор

Thank you so much for this video. It was very helpful and to the point. Had a hard time finding something like this online.

mastersimonsays
Автор

Thank you so much for this useful tutorial. :-)

mohittyagivlogs
Автор

A revolution without dancing is a revolution not worth having.

shadowgallery
Автор

sudo easy_install --version, here it is asking for password but you have not entered any password

vijaypatil
Автор

Nro how to change python 2 to puthon 3 and make it default .

TradeINski
Автор

Hi. I somehow downloaded an older version of python onto my laptop. But when I go in Finder to delete it, I only fund the newer version's folder. Do you have any idea what the deal is? Thanks!

weekhigh
Автор

Hi Raghav, Can I use java and python same time on macbook air?

kironmiah
Автор

How about python 2.7 because that is not in that version folder. Terminal also shows that version when doing python --version.

RomboutVersluijs