We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf56bd commit 011f2d6Copy full SHA for 011f2d6
1 file changed
admin-tools/setup-python-2.4.sh
@@ -19,16 +19,9 @@ 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
+git checkout python-2.4-to-2.7 && pyenv local $PYTHON_VERSION && git pull
33
cd $owd
34
0 commit comments