li

Home Archives
2022-06-03
computer►linux

Python3 开发准备

虚拟环境
1
2
3
python -m venv myvenv # 创建
source myvenv/bin/activate #激活,source means that is is executed in the current shell.
deactivate
安装
1
2
3
pip freeze > requirements.txt
pip install -r requirements.txt
pip install ... -i https://mirrors.aliyun.com/pypi/simple/ #阿里源
Share
  • program
Newer
CSS FLEX
Older
REACT 我的部件

Categories

  • computer
    • linux
    • other
    • program
    • windows

Tags

  • docker
  • grep
  • javascript
  • kubenetes
  • network
  • other
  • postgresql
  • program
  • shell
  • software
  • sql
  • system
  • url
  • vim

Tag Cloud

docker grep javascript kubenetes network other postgresql program shell software sql system url vim

Archives

  • February 2025
  • March 2023
  • October 2022
  • August 2022
  • June 2022
  • April 2022
  • March 2022
  • February 2022
  • August 2021
  • June 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019

Recent Posts

  • iptables
  • MARKDOWN
  • PROMISE ERROR
  • SSH EXAMPLE
  • CSS FLEX
© 2025 li zhen
Powered by Hexo
Home Archives