Skip to content

Commit c0769b0

Browse files
committed
typo in postCreate script
1 parent 87dc257 commit c0769b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/postCreateCommand.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
7171
source .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

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
VIRTUAL_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"

0 commit comments

Comments
 (0)