摘要:python 虚拟环境 python -m venv venvdemo cd venvdemo dir cd Lib activate python 显示环境变量 echo %PATH% import sys from pprint import pprint pprint(sys.path) 虚拟
阅读全文
posted @ 2022-10-30 16:34
posted @ 2022-10-30 16:34
posted @ 2022-10-30 10:32
posted @ 2022-10-16 21:55