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

1. create virtualenv: python3 -m venv bla

2. activate virtualenv: . bla/bin/activate

3. install stuff: pip install blablablabla

4. do things

5. remove bla and repeat if you want to start clean

> Here’s to hoping I never have to deal with actually maintaining or working on a python codebase. Cheers!

In this case, just use distribution packages.




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

Search: