Skip to content

CharlesChen0823/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

modify npm global

  1. find where npm is in:
whereis npm
  1. find where global npmrc is in:
npm config ls -l
  1. modify global npmrc
cp .npmrc /global/npmrc

modify global pip source

  1. using root user to execute
sudo pip config set global.index-url http://mirrors.cloud.tencent.com/pypi/simple
sudo pip config set global.trusted-host global.trusted-host

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published