mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-15 20:46:58 +00:00
use venv instead (#2370)
This commit is contained in:
parent
8bb50d1a24
commit
657edfeb9a
4
Makefile
4
Makefile
@ -116,10 +116,10 @@ yarn_start_dev_ui: ## Run the UI locally with Yarn
|
||||
|
||||
## Ingestion Core
|
||||
.PHONY: core_install_dev
|
||||
core_install_dev: ## Prepare a virtualenv for the ingestion-core module
|
||||
core_install_dev: ## Prepare a venv for the ingestion-core module
|
||||
cd ingestion-core; \
|
||||
rm -rf venv; \
|
||||
python -m virtualenv venv; \
|
||||
python -m venv venv; \
|
||||
. venv/bin/activate; \
|
||||
python -m pip install ".[dev]"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user