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.
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.