Netflix / hubcommander

A Slack bot for GitHub organization management -- and other things too
Apache License 2.0
1.28k stars 156 forks source link

`basic_install.sh`: `pyvenv` was removed from Python3.8 #111

Open OrRosenblatt opened 1 year ago

OrRosenblatt commented 1 year ago

pyvenv was removed from Python3.8, but the basic_install.sh script is still relying on this library. Can probably be replaced with python3 -m venv for newer Python versions.

rilozos commented 7 months ago

I have addressed the issue in my pull request: pyvenv depricated in 3.8+, updated to python3 -m venv