Choque cultural en Dinamarca

La primera vez que fui a Europa me quedé prácticamente un año entero en Aarhus, una ciudad danesa en la costa este de la península de Jutlandia. Aunque había oído hablar del choque cultural y el…

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




Switching to zsh Terminal as Part of macOS Catalina Upgrade

After upgrading to macOS Catalina, I was prompted upon every new terminal window to upgrade to zsh. zsh, “z-shell” or “zish”, is the new default shell as opposed to bash.

After switching to zsh (which I did via System Preferences > Users & Groups > clicking lock and entering credentials > right-clicking User > Advanced Options > Login Shell > from dropdown menu selecting “/bin/zsh”) I ran into errors. I tried pip install <package> in a terminal window and the zsh shell returned pip command not found. Ditto when I tried conda activate <virtual environment>.

The explanation has to do with a path file. Basically, the terminal takes a command and passes it through a sequence of folders with any programs that might make sense of the command (for instance, conda requires scripts found in my /Users/<user>/anaconda3/etc/profile.d/conda.sh to work.

After adding this to my .zshrc file and saving it, new terminal windows recognized my favorite commands like conda and pip install. Back to normal!

Add a comment

Related posts:

User requirement document framework for Product Managers

On my journey of personal development. I was on the Requirement writing bit of the Product management module of Bestpracticer. Several articles stood out to me. They were majorly on writing 1 pager…

Importance of Creative Leadership

Creative leadership is a necessity in any organization if you wish to obtain a positive outcome. Most organizations have been able to thrive well simply due to a proper management system. It is a…

Neanderthal Gene Variants Can Affect How You Respond to Medication

The presence of a single human species on our planet is an exceptional situation. For most of our evolutionary history, several species of human shared earth, with the occasional dalliance that led…