Skip to content

Commit

Permalink
Export correct python path during installation
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiopizz authored Nov 22, 2023
1 parent 3bba3f4 commit 3bd106d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ cat << EOF > start.sh
#!/bin/bash
$sourceCommand
source `pwd`/myenv/bin/activate
export PYTHONPATH=`pwd`/myenv/lib64/python3.9/site-packages:\$PYTHONPATH
EOF

chmod +x start.sh
Expand Down

0 comments on commit 3bd106d

Please sign in to comment.