aws / aws/aws-elastic-beanstalk-cli-setup
Consider using venv instead of virtualenv
- Dominant language
- Python
- Stars
- 537
- Forks
- 226
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
Research direction
Start by locating the repository's installation mechanism and identify where the Python environment dependency is selected. Compare the existing virtualenv requirement with the requested built-in venv option, then verify that EBCLI can be installed and used without installing virtualenv.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100