aws-elastic-beanstalk-cli-setup icon indicating copy to clipboard operation
aws-elastic-beanstalk-cli-setup copied to clipboard

Consider using venv instead of virtualenv

Open RaddishIoW opened this issue 4 years ago • 2 comments

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?

RaddishIoW avatar Jan 27 '22 08:01 RaddishIoW

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.

Suncatcher avatar Aug 09 '22 19:08 Suncatcher

I second this. I came here hoping this was a planned update

kaijuh avatar Sep 19 '22 19:09 kaijuh