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.
1 parent 1e4770d commit 677c7deCopy full SHA for 677c7de
1 file changed
admin-tools/setup-master.sh
@@ -25,10 +25,15 @@ cd $mydir
25
(cd ../../python-uncompyle6 && ./admin-tools/setup-master.sh)
26
cd $fulldir/..
27
(cd $fulldir/.. && \
28
+ checkout_version python-spark master && \
29
checkout_version pycolumnize && \
30
checkout_version python-xdis && \
31
checkout_version python-filecache && \
- checkout_version python-uncompyle6 && \
32
- checkout_version python3-trepan
+ checkout_version python-uncompyle6 \
33
)
34
+
35
+rm -v */.python-version || true
36
37
+git checkout master && pyenv local $PYTHON_VERSION && git pull
38
39
cd $owd
0 commit comments