Skip to content

Instantly share code, notes, and snippets.

View marciowb's full-sized avatar
🎯
Focusing

Wesley Borges marciowb

🎯
Focusing
View GitHub Profile
@marciowb
marciowb / create_a_virtual_environment_with_conda.md
Created July 15, 2025 14:09 — forked from loic-nazaries/create_a_virtual_environment_with_conda.md
Markdown file to help create a virtual environment in Python with Conda.

Create a Virtual Environment in Python with Conda

The present gist is a hybrid between a 'go-to' cheat sheet and a tutorial when starting a new Data Science Project.

Its purpose is to create a virtual environment for Python with the package manager Conda.


Table of contents

@marciowb
marciowb / answerfile
Created November 15, 2024 20:14 — forked from oofnikj/answerfile
Install Docker on Termux
KEYMAPOPTS="us us"
HOSTNAMEOPTS="-n alpine"
INTERFACESOPTS="auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
hostname alpine
"
TIMEZONEOPTS="-z UTC"