We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92659ae commit fdf56bdCopy full SHA for fdf56bd
1 file changed
admin-tools/setup-python-2.4.sh
@@ -19,7 +19,16 @@ if [[ $0 == $bs ]] ; then
19
fi
20
mydir=$(dirname $bs)
21
fulldir=$(readlink -f $mydir)
22
+<<<<<<< Updated upstream
23
(cd $fulldir/.. && checkout_version python-spark && checkout_version python-filecache &&
24
checkout_version python-xdis python-2.4-to-2.7 && checkout_version python-uncompyle6)
25
+=======
26
+cd $fulldir/..
27
+checkout_version python-spark && \
28
+checkout_version python-filecache && \
29
+checkout_version python-xdis && \
30
+checkout_version python-uncompyle6 && \
31
+git checkout python-2.4-2.7 && pyenv local $PYTHON_VERSION && git pull
32
+>>>>>>> Stashed changes
33
cd $owd
-git checkout python-2.4 && pyenv local $PYTHON_VERSION && git pull
34
0 commit comments