Hey everyone! As a beginner, I’ve found setting up virtual environments tricky due to varying commands across systems. They’re crucial for project organization, so I’m working on making them easier for newbies like me.
Description of My Package:
I’ve started building pve, a small package to simplify virtual environments. It has two commands: pve create {env_name}
to make a new environment and pve start {env_name}
to activate it.
Current Issue:
The package is working as expected in Windows but The start command isn’t activating environment in MAC OS, likely due to cross-platform issues. I’d love insights from experienced devs—any tips on fixing activation or handling system differences?
Top comments (0)