ocademy-ai / machine-learning

Learn AI together, for free. AI learning and teaching resources for everyone.
https://ocademy-ai.github.io/machine-learning/
MIT License
215 stars 90 forks source link

For Python virtual environments, by default we should use venv #4

Open reveurmichael opened 2 years ago

reveurmichael commented 2 years ago

According to https://peaku.co/questions/4912-%C2%BFcual-es-la-diferencia-entre-venv,-pyvenv,-pyenv,-virtualenv,-virtualenvwrapper,-pipenv,-etc :

I suggest you choose one of the two official ways to manage virtual environments:

According to https://stackoverflow.com/questions/41573587/what-is-the-difference-between-venv-pyvenv-pyenv-virtualenv-virtualenvwrappe:

reveurmichael commented 2 years ago

My experience with students suggest that we should not use Conda, which is just a mess.