Loading setup.sh +2 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ #remove unnecessary dirs rm -rf build dist nested.egg-info if [ "$1" == "--user" ] if [ $1 = "--user" ] then python3 setup.py install --user # move config file after local installation with 'pip3 install --user' Loading Loading
setup.sh +2 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ #remove unnecessary dirs rm -rf build dist nested.egg-info if [ "$1" == "--user" ] if [ $1 = "--user" ] then python3 setup.py install --user # move config file after local installation with 'pip3 install --user' Loading