Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

Uninstall Python From Mac

sudo rm -rf “/Applications/Python”
sudo rm -rf /Library/Frameworks/Python.framework
sudo rm -rf /usr/local/bin/python
Comment

how to remove python3 on mac

MacBook-Pro:~ admin$ brew uninstall python3
Uninstalling /usr/local/Cellar/python/3.6.5... (5,102 files, 102.9MB)
MacBook-Pro:~ admin$ python3
-bash: python3: command not found
MacBook-Pro:~ admin$ python
Python 2.7.10 (default, Oct  6 2017, 22:29:07) 
[GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.31)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
Comment

PREVIOUS NEXT
Code Example
Python :: python os exists 
Python :: show all rows with nan for a column value pandas 
Python :: tf.contrib.layers.xavier_initializer() tf2 
Python :: python-binance 
Python :: python how to get alphabet 
Python :: python create random matrix 
Python :: python your mom 
Python :: pygame draw rect syntax 
Python :: python get news headlines 
Python :: delete index in df 
Python :: get all combinations from two lists python 
Python :: filter list dict 
Python :: python datetime time in seconds 
Python :: rangoli in python 
Python :: create directory in python 
Python :: add percentage column pandas 
Python :: reset index with pandas 
Python :: flask post vs get 
Python :: python change format of datetime 
Python :: internet explorer selenium 
Python :: pandas to dict by row 
Python :: Consider using python 3 style super without arguments 
Python :: where my python modules 
Python :: audacity 
Python :: how to iterate through a text file in python 
Python :: normalize rows in matrix numpy 
Python :: pygame mouse pos 
Python :: multiple input in python 
Python :: how to make a forever loop in python 
Python :: python pil get pixel 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =