date: 2024-05-10
title: python-environment-management
status: UNFINISHED
author:
- AllenYGY
tags:
- NOTE
created: 2024-05-10T19:45
updated: 2024-06-11T01:14
publish: True
python-environment-management
where python3
where python
import site
print(site.getsitepackages())
import snownlp
print(snownlp.__file__)