Skip to content

Instantly share code, notes, and snippets.

@sirusdas
Created September 28, 2024 09:14
Show Gist options
  • Save sirusdas/228d25248da53e228b0d7d2ad9ec68a1 to your computer and use it in GitHub Desktop.
Save sirusdas/228d25248da53e228b0d7d2ad9ec68a1 to your computer and use it in GitHub Desktop.
Mac OS stuffs

Python installation and version change:

Below command helps to check the path variable where python might be installed.

grep -H 'PATH=' ~/.zshrc ~/.bash_profile ~/.bashrc ~/.profile ~/.zprofile ~/.zlogin /etc/profile /etc/bashrc /etc/zshrc

MAC Setup

This was used to install node 14.19.1 using nvm install 14.19.1

arch -x86_64 zsh

For Python we needed 3.10.0 or below but latest was installed. Tried to install it using pyenv but failed using what so ever Had to use Python installer from Python website and also uninstalled the latest version.

With docker installation was successful but was failing in authentication

docker built -t zpfontend . docker run -p 3000:3000 zpfontend docker images

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment