Do you install pip from the Ubuntu repos or from "https://bootstrap.pypa.io/get-pip.py" ?
Every time I try to set up a Python environment I end up installing pip in 4 different ways and I don't know which version to use and it's a whole mess.
- pyenv-virtualenv
- poetry
This is for macOS, but it seems pretty straightforward. I https://duncanleung.com/set-up-python-pyenv-virtualenv-poetr...
I'm only a beginner and that is what I was told to use. It has environments too. Should I be using something else?
sudo apt remove python3
sudo apt install python2
curl https://sh.rustup.rs -sSf | sh # Just in case you want to switch to rust later