/zgx

Primary LanguagePython

centos7

install python

  1. wget https://www.python.org/ftp/python/3.5.6/Python-3.5.6.tar.xz
  2. tar xvJf *.tar.xz
  3. ./configure --prefix= /opt/python3.5 --enable-shared #这个路径很关键,是bin的调用路径
  4. make
  5. make install
  6. ln -s /usr/python3.5/bin/python3 /usr/bin/python3 #创建软链接
  7. Reference: https://www.cnblogs.com/longxiang92/p/5829206.html

install pip3

  1. 关键是bin的路径得选好
  2. Reference:https://www.cnblogs.com/dongml/p/8719421.html

vim

增加行号
  1. vim ./.vimrc
  2. :set nu

rpc协议

django


Linux命令

  1. reboost 重启

Windows

  1. conda
  2. activate learn
  3. deactivate learn

git

  • git fetch --all && git reset --hard origin/master && git pull #远程覆盖本地

Pycharm

注册:https://blog.csdn.net/u014044812/article/details/78727496