<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>python on Shylock Hg</title>
    <link>/tags/python/</link>
    <description>Recent content in python on Shylock Hg</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 23 Jan 2018 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="/tags/python/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Retarget source of pip</title>
      <link>/post/2018/01/23/retarget-source-of-pip/</link>
      <pubDate>Tue, 23 Jan 2018 00:00:00 +0000</pubDate>
      
      <guid>/post/2018/01/23/retarget-source-of-pip/</guid>
      <description>Change source of pip Some times,we need to change source of pip.We can just get it by:
[global] index-url = https://pypi.tuna.tsinghua.edu.cn/simple  Where [global] means apply source to any action(such as install) of pip.Then add this to /user/.pip/pip.conf,the corresponding user can use the source. So,if you run sudo pip you need add .pip/pip.conf to root dir.</description>
    </item>
    
  </channel>
</rss>