GithubHelp home page GithubHelp logo

praticasexerciciosamigosdevpro's Introduction

PraticasExerciciosAmigosDevPro

Python 3 Updates

Configurações inicias

  • Clonar repositório:

git clone [email protected]:marcospsviana/PraticasExerciciosAmigosDevPro.git

  • Criar .venv:

python -m venv .venv

  • Ativar .venv:

source .venv/bin/activate

  • Instalar e utilizar pip-tools:

pip install pip-tools

pip-compile --generate-hashes requirements.in -o requirements.txt

pip-compile --generate-hashes requirements-dev.in -o requirements-dev.txt

git checkout -b nodedeumabranch

Instale o pyenv guia de instalação no Ubuntu

sudo apt update

sudo apt install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev git

curl https://pyenv.run | bash

Configurar o ambiente

Copie e cole o conteúdo abaixo no final do arquivo .bashrc e caso esteja usando zsh .zshrc

export PATH="$HOME/.pyenv/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"

bash

source .bashrc

zsh

source .zshrc

Instale o python 3.9.5 com pyenv

pyenv install 3.9.5

set o python 3.9.5 como global

pyenv global 3.9.5

praticasexerciciosamigosdevpro's People

Contributors

marcospsviana avatar victoraugusto6 avatar wfoschiera avatar

Stargazers

Edinaldo Cicero avatar

Watchers

Tiago Tardelli avatar  avatar  avatar

praticasexerciciosamigosdevpro's Issues

Initial Update

The bot created this issue to inform you that pyup.io has been set up on this repo.
Once you have closed it, the bot will open pull requests for updates as soon as they are available.

Initial Update

The bot created this issue to inform you that pyup.io has been set up on this repo.
Once you have closed it, the bot will open pull requests for updates as soon as they are available.

Initial Update

The bot created this issue to inform you that pyup.io has been set up on this repo.
Once you have closed it, the bot will open pull requests for updates as soon as they are available.

Initial Update

The bot created this issue to inform you that pyup.io has been set up on this repo.
Once you have closed it, the bot will open pull requests for updates as soon as they are available.

Initial Update

The bot created this issue to inform you that pyup.io has been set up on this repo.
Once you have closed it, the bot will open pull requests for updates as soon as they are available.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.