You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a terminal command-line method to temporarily use a mirror source,
equivalent to commands like pip install numpy -i url or conda install -c url numpy?
Problem description
Is there a terminal command-line method to temporarily use a mirror source,
equivalent to commands like
pip install numpy -i urlorconda install -c url numpy?