Python

python 3.7.9 install for mac

닉의네임 2020. 11. 26. 23:21
반응형

https://www.python.org/downloads/

 

Download Python

The official home of the Python Programming Language

www.python.org

macOS 64-bit installer 

 

 

mas 파이써 기본 변경

 

mas 파이써 기본 변경

>> cd ~
>> vi ~/.bash_profile


echo alias python="python3" > ~/.bash_profile

>> cd ~

>> vi ~/.bash_profile



echo alias python="python3" > ~/.bash_profile

 

적용

>> source  ~/.bash_profile

 

반응형