do we have pyenv

This commit is contained in:
Timothy Sutton 2021-11-07 18:08:23 -05:00
parent 4c26a1f08d
commit c6832a9247

View file

@ -1,6 +1,8 @@
#!/bin/bash #!/bin/bash
PYTHONVERSION=2.7 PYTHONVERSION=2.7
pyenv --help
python -V python -V
pip install pyinstaller pip install pyinstaller