General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Kristopher Driver
Brodie Robertson
comments
Comments by "Kristopher Driver" (@paxdriver) on "Arch Linux's Python Protects Me From Myself" video.
It may sound dumb, but I've been using Linux for a few years now and I still struggle to track down which deps are managed by which package manager. If you could do a video walking through the tedious process of chasing down and manually pointing to specific dep versions please? It's really hard to trace down and sometimes you have to, like building from source (ffmpeg and Tensorflow for example)
9
Anaconda virtual environments are my standard right now. Conda create -n myEnv python=3.11 Conda activate myEnv
2