Skip to content

Commit

Permalink
Merge pull request #9 from quentinlesceller/python
Browse files Browse the repository at this point in the history
Update python path to python 3.9
  • Loading branch information
jsulinski committed May 10, 2023
2 parents a7039b3 + 9b44100 commit 6f5e65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh -l

export PATH="$PATH:/root/.local/bin"
export PYTHONPATH="$PYTHONPATH:/root/.local/lib/python3.7/site-packages"
export PYTHONPATH="$PYTHONPATH:/root/.local/lib/python3.9/site-packages"

echo "
config_version: 1
Expand Down

0 comments on commit 6f5e65d

Please sign in to comment.