I switched from venv to pyenv about a year ago and never looked back. I guess it was the first alternative that caught my attention and I never really considered poetry. Any advantages that you can point out?
“export” command sets the environment variable on the left side of the assignment to the value on the right side. That means that for example export PYENV_ROOT=“$HOME/.pyenv” creates the PYENV_ROOT variable in the CLI environment each time the terminal is launched. This variable points to the location of where pyenv is installed which is in your home directory under the hidden subdirectory (.pyenv). This allows pyenv, when called from the command line, to find all your python environments configurations when you are using any of the pyenv commands.
Big thumbs up, really liked the pace and clarity! Thanks!
Glad it was helpful!
loved how you touched on other aspects. well rounded
Thanks!
A silly question - why do you prefer pip rather than miniconda/mamba?
Thank you for this valuable video!!!
Glad it was helpful!
Thanks for the video. Any reason why you do not use poetry?
I switched from venv to pyenv about a year ago and never looked back. I guess it was the first alternative that caught my attention and I never really considered poetry. Any advantages that you can point out?
Thanks for the video, but I don't know which last video you're referring to or which this builds upon...
It’s this one: th-cam.com/video/yVZg547GiYg/w-d-xo.htmlsi=m22U5QUV1sBNOGGD
Danil, could you please explain commands entered to .zshrc?
“export” command sets the environment variable on the left side of the assignment to the value on the right side. That means that for example
export PYENV_ROOT=“$HOME/.pyenv”
creates the PYENV_ROOT variable in the CLI environment each time the terminal is launched. This variable points to the location of where pyenv is installed which is in your home directory under the hidden subdirectory (.pyenv).
This allows pyenv, when called from the command line, to find all your python environments configurations when you are using any of the pyenv commands.
Great video. Where did you find the zshrc config?
it's in your home directory: Macintosh HD/Users/
Brilliant
What version comes with new MacBooks? 3.11?
mine (2023) came with 3.10.12
1:09 "readline" instead "deadline"........ "zlib" instead "lib" y'all !! 😁
Good catch 😁
If People like yourself would teach, world would be a much better place! Have you considered creating courses?
Thanks. I have. Hope to make time for a course some day)
I like Matplotlib - because it's visualize visualize visualize
Matplotlib is the king. Have you tried plotly to make your graphs interactive?
@@lifecrunch yes, always I can do. And also I try another libraries
It's Matplotlib for me!!
Matplotlib in combination with Seaborn makes it so much better