Python Notes

Reading time ~1 minute

Python Notes


Install python on Debian

# Download from https://www.python.org/downloads/source/
# Unzip
$ sudo apt install zlib1g-dev libffi-dev libssl-dev # required
$ ./configure --enable-optimizations
$ make -j 6 # process number
$ sudo make altinstall # not replace default python

Install pipenv

# Install by apt
$ sudo apt install pipenv

竟然无法拒绝你的打赏

微信支付

专业处理中国护照照片一次通过

专业处理中国护照照片一次通过 Continue reading

Scrum Training Notes

Published on December 01, 2020

TypeScript Notes

Published on December 01, 2019