azomDev / pen

An easy-to-use tool for effortlessly managing virtual environments with specific Python versions
MIT License
3 stars 0 forks source link

running pen a with no env checks env/bin first #15

Closed azomDev closed 3 months ago

azomDev commented 3 months ago

If you run pen a without an env in the current dir, it logs:

Virtual environment not found in ./env/bin. Please ensure the virtual environment exists.

But it should be saying that ./env/ does not exist for more clarity