kris-chin / .dotfiles

my dotfiles!
0 stars 0 forks source link

Add a virtual environment for python scripts #17

Open kris-chin opened 2 months ago

kris-chin commented 2 months ago

I guess PIP now enforces PEP668, which insists on packages being installed within a virtual environment. This means global python packages are now discouraged from being installed. I can still bypass it globally but it's probably not a good idea to keep doing this for the future.