Python

python3 in mac

후니프로 2016. 7. 2. 12:26

Editing  :    .bash_profile

 

alias python="python3"


Executing :

. .bash_profile


Done!


pip also could be aliased.