aws-elastic-beanstalk-cli-setup
aws-elastic-beanstalk-cli-setup copied to clipboard
Consider using venv instead of virtualenv
Python includes a virtual environment package as part of the base installation - "venv".
Ideally, I do not want to install virtualenv as I do not use it for any other purpose, preferring to use the built-in venv package.
Would it be a good idea to allow the use of venv to install and use EBCLI instead of requiring a 3rd party package?
Agree. It makes no sense to use deprecated tool like virtualenv. Venv is a stanard and has the same capabilities, the only reason people use virtualenv is backward compatibility with Python2.
I second this. I came here hoping this was a planned update