mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-14 18:27:35 +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
|