Skip to content

Instantly share code, notes, and snippets.

View ancs21's full-sized avatar
🍰

An Pham ancs21

🍰
  • 0xF0 0x9F 0x8C 0x8F
  • 18:31 (UTC +07:00)
View GitHub Profile
@ancs21
ancs21 / 3.11.4.txt
Last active August 7, 2023 13:43
Install Python 3.11.4 on Ubuntu 20.4
# install dependency
sudo apt-get install -y lzma liblzma-dev libreadline-dev libsqlite3-dev libffi-dev libpq-dev
# install pyenv
curl https://pyenv.run | bash
# post-script
# add output from shell
# install python 3.11.4
@iansu
iansu / README.md
Last active March 1, 2021 08:40
Create React App 4.0 Alpha Testing

Create New App

JavaScript Template

npx create-react-app@next --scripts-version=@next --template=cra-template@next my-js-app

TypeScript Template

npx create-react-app@next --scripts-version=@next --template=typescript@next my-ts-app