sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- Download zsh-autosuggestions by
import pandas as pd | |
import torch | |
from tqdm.auto import tqdm | |
pd.set_option("display.max_colwidth", None) | |
tqdm.pandas() | |
import string |
How to install numpy on M1 Max, with the most accelerated performance (Apple's vecLib)? Here's the answer as of Dec 6 2021.
So that your Python is run natively on arm64, not translated via Rosseta.
$ bash Miniforge3-MacOSX-arm64.sh
This add-on is to:
audio
or video
~/Music/youtube-dl
note Since the latest update of youtube-dl (2015.08.23) and OSX (10.10.4), there is no need to bypass certificate anymore. The proxy also seems to be fixed (by importing system proxy.. maybe). However, the options will remain until I'm sure to take them out later.
git remote add origin <repo>
git push -u origin master # pushes up the repo and its refs for the first time
Changing URL between SSH and HTML can use git remote set-url
too.