Skip to content

Instantly share code, notes, and snippets.

View zucisita's full-sized avatar
💭
no idea

Azucena Reyes zucisita

💭
no idea
  • Campeche, México
View GitHub Profile
@zucisita
zucisita / PythonSetup.md
Created June 18, 2020 18:35 — forked from patriciogonzalezvivo/PythonSetup.md
How to install Python correctly on Mac OSX

Install Homebrew

ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"

Add PATH to ~/.bash_profile and ~/.zshrc

export PATH=/usr/local/bin:$PATH
@zucisita
zucisita / zsh.md
Created April 9, 2016 00:09 — forked from Nosfheratu/zsh.md
sudo apt-get update
sudo apt-get upgrade
## se configura la zona horaria #
If you use bash as your shell, you can put these lines in your ~/.bashrc and ~/.profile files:
export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
locale-gen en_US.UTF-8
To make these changes active in the current shell, source the .bashrc:
#Download Elementary OS from here:
http://sourceforge.net/projects/elementaryos/files/stable/
#First you update your system
sudo apt-get update && sudo apt-get upgrade
#Install Google Chrome
descarga del sitio oficial