mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-01 18:07:11 +00:00
8 lines
108 B
Makefile
8 lines
108 B
Makefile
.PHONY: env38
|
|
|
|
env38:
|
|
# virtualenv -p python3.8 env38
|
|
python3.8 -m venv env38
|
|
clean_env37:
|
|
rm -rf env38
|