Horje
python3 as default python path macos Code Example
use python3 as default mac
ln -s -f /usr/local/bin/python3.7 /usr/local/bin/python
Source: dev.to
python3 as default python path macos
ln -sf /usr/local/bin/python3 /usr/local/bin/python
set python3 as default mac
# it is said not to do but I used it anyway, because of the conveniency
$ echo "alias python=/usr/local/bin/python3.7" >> ~/.zshrc 




Python

Related
python program to find n prime numbers Code Example python program to find n prime numbers Code Example
Addition/subtraction of integers and integer-arrays with DatetimeArray is no longer supported Code Example Addition/subtraction of integers and integer-arrays with DatetimeArray is no longer supported Code Example
os system python Code Example os system python Code Example
how to create a loop in python turtle Code Example how to create a loop in python turtle Code Example
how to count post by category django Code Example how to count post by category django Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
6