-
brew install python3
-
Do
~/.bash_profile
pridat nasledujici:function python() { echo "############################################################################################################################" echo "# Milo, ses si jistej, ze jsi chtel python a ne python3? I ty jeden lenivej, nezanedbavej svou viru v nejnovejsi Python! #" echo "############################################################################################################################" echo "" command python "$@" }
-
Otevrit novy terminal nebo
source ~/.bash_profile
v existujicim. -
Zkusit jestli funguje:
python
python -c 'import antigravity'
Created
July 3, 2018 16:01
-
-
Save honzajavorek/f2afe103b91f177ab8b6fbe4cfe4da1d to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment