Skip to content

Joelciomatias/my-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

my personal enviroment setup

git

git config --global user.name "JoelcioMatias"
&& git config --global user.email [email protected]

node & nvm

https://github.com/nodesource/distributions
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash

nvm ls-remote
nvm use 16.20.2

ambiente jupyter

conda create --name  jupyter-env python=3.10
& conda activate jupyter-env
& pip install ipykernel
& python -m ipykernel install --user --name=jupyter-env

About

My personal enviroment setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages