direnv is a tool to set up automatically environment variables as soon as we enter in a directory that contains a .envrc file. We can use this feature to activate our virtualenvs as well. Let's see what happens when we activate manually a virtualenv with source ./env/bin/activate: A new new environment variable called VIRTUAL_ENV is exported. The path is updated to include the bin directory inside our virtualenv this is made to allow us to point to the correct python installation and run cli ...| erick.navarro.io
1.2K Posts, 95 Following, 322 Followers · An IT pro focused on cloud, Kubernetes, Linux, containers, & networking. Author, blogger, former podcaster, speaker, Christ-follower practicing love instead of hate. Devoted husband to Crystal Lowe. Helping people at Isovalent/Cisco. Opinions are mine.| Fosstodon