We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 106843d + 95ded54 commit 1732df0Copy full SHA for 1732df0
easybuild/build.py
@@ -34,7 +34,6 @@
34
from easybuild.tools.modules import Modules, searchModule
35
from easybuild.tools.repository import getRepository
36
from optparse import OptionParser
37
-import easybuild
38
import easybuild.tools.config as config
39
import easybuild.tools.filetools as filetools
40
from easybuild.tools import systemtools
easybuild.sh ebeasybuild.sh renamed to eb
@@ -30,7 +30,7 @@ cd - > /dev/null
30
31
export PYTHONPATH="${absolute_path}:$PYTHONPATH"
32
if [[ "$version" = "2.4" ]]; then
33
- python "`dirname $0`/easybuild/build.py" $@
+ python "`dirname $0`easybuild/build.py" $@
else
python -m easybuild.build $@
fi
0 commit comments