File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ python3 -m venv --clear $VIRTUAL_ENV
6969
7070# # install reqs. each lines is a separate process hence neeeds a source .venv in front
7171source .venv/bin/activate && \
72- pip install -r data-processing-spark/1-lab-setup/containers/spark/requirements.txt && \
72+ pip install -r data-processing-spark/1-lab-setup/containers/spark/requirements.txt
7373
7474
7575# fix for deactivate script : https://github.com/microsoft/vscode-python/wiki/Fixing-%22deactivate%22-command-for-Virtual-Environments
Original file line number Diff line number Diff line change 11VIRTUAL_ENV = " /workspaces/efficient_data_processing_spark/.venv"
2- PYTHONPATH = " /workspaces/efficient_data_processing_spark/data-processing-spark:/workspaces/efficient_data_processing_spark/data-processing-spark "
2+ PYTHONPATH = " /workspaces/efficient_data_processing_spark/data-processing-spark"
You can’t perform that action at this time.
0 commit comments