You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Administrivia
This commit is contained in:
15
admin-tools/setup-python-3.3.sh
Normal file
15
admin-tools/setup-python-3.3.sh
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
PYTHON_VERSION=3.3.7
|
||||||
|
pyenv local $PYTHON_VERSION
|
||||||
|
|
||||||
|
owd=$(pwd)
|
||||||
|
bs=${BASH_SOURCE[0]}
|
||||||
|
|
||||||
|
mydir=$(dirname $bs)
|
||||||
|
fulldir=$(readlink -f $mydir)
|
||||||
|
cd $fulldir/..
|
||||||
|
(cd ../python-xdis && ./admin-tools/setup-python-3.3.sh)
|
||||||
|
cd $owd
|
||||||
|
rm -v */.python-version || true
|
||||||
|
|
||||||
|
git checkout python-3.3-to-3.5 && git pull && pyenv local $PYTHON_VERSION
|
Reference in New Issue
Block a user