Python
-
Setting Python Virtual Enverionment With Pyenv.Python 2023. 11. 17. 13:24
Even for someone who will use python in only one everionment(in your local as global), you don't need to install Python from Python official Installer. Acutally, I think you better install python using Pyenv and set your local version of Python instead of installing directly from Python official Installer. This is because you can easily change your python evironment when you suddenly need to sep..