Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Commit

Permalink
[fix] docker source bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
counter2015 committed Nov 22, 2019
1 parent afd0cbe commit 47557b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ projDir=`git rev-parse --show-toplevel`
env="$projDir/env/bin/activate"
if [ -f ${env} ]; then
echo "use venv : $env"
source $projDir/env/bin/activate
. $projDir/env/bin/activate
else
echo "venv not found, use local environment"
fi
Expand Down

0 comments on commit 47557b7

Please sign in to comment.