Hacker News new | past | comments | ask | show | jobs | submit login

Yes, virtual environments are baked into the language. python3 -m venv venv will make an environment named venv. source venv/bin/activate activates it. pip install package in an activated environment installs the package only into the active environment.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: