Getting Started With pyenv to Manage Multiple Python Versions

preview_player
Показать описание
Have you ever wanted to contribute to a project that supports multiple versions of Python but aren’t sure how you would easily test all the versions? Are you ever curious about the latest and greatest versions of Python? Maybe you’d like to try out these new features, but you don’t want to worry about messing up your development environment.

*This is an advanced topic*
It assumes you know about terminal commands, and are excited by the idea of searching for answers if you run into stumbling blocks. If you are a beginner, this is not a topic to tackle until you have more experience.

Рекомендации по теме
Комментарии
Автор

9:07 Is where he tells you how to install pyenv.

brianwoodruff
Автор

How do we decide which version of Python to install? What does the asterisk mean next to the version number on the list of Python versions available for installation?

orjihvy
Автор

Thanks, the video and pyenv are great. Is there a recommended way to combine it with pipx without conflicts?

RebelPhoton
Автор

How do you avoid issues with home brew for Mac users? As reflected when you run brew doctor.

orjihvy
Автор

This topic is very useful. Can you talk about Poetry in future video.

orjihvy
Автор

Is running the command-prompt as admin the same as using powershell?

What happens if you already have multiple python versions already installed, before you've installed pyenv?

I sometimes have to run a windows setup exe or a whl to install a specific python package.. (for example PyQt 5.4 can't be installed via pip), how would this work with pyenv/virtualenv?

I'm actually only interested in building EXEs from 2 python versions.. Python 3.4.4 (32-bit for WinXP) and Python 3.11.1 (64-bit). Would it be easier in my case to just change the PATH whenever I want to switch between? What would pyenv/venv add?

bennguyen
Автор

What if I don't want to add anything into my *rc files?

MasterSergius
Автор

Thank you, I don't get why using pyenv when I use venv: one project = one virtual environment
I don't get the difference

jeanpeuplu
Автор

Isn't virtualenv easier? Looks like you need to have sudo access on a host to use this one.

MegaSysadm
Автор

that's funny, kind of, 95% of the world uses Windows(you like it or not) but you do not have the course for windows... By the way, the video is great! Thank you

vladepast
Автор

Kind of an off topic question, but can someone tell me how to make art/picturesl like the one they used on this videos thumbnail? I really seem to like these sort of pictures they make.

grandparick