Git Product home page Git Product logo

cordova-plugin-ionic4-crosswalk-webview's Introduction

fdmartins

Criando Ambiente Virtual Python3.6 e macOS Catalina. Estamos focando na versão 3.6.5_1 pois, até inicio de 2020, é a melhor versão compativel com opencv, keras, tensorflow e outras bibliotecas de machine learning.

Verifique as versões atuais

brew info python

Instalar Python 3.6.5

Caso o comando acime não tenha a versão 3.6.5, instale executando:

brew unlink python

brew install --ignore-dependencies https://raw.githubusercontent.com/Homebrew/homebrew-core/f2a764ef944b1080be64bd88dca9a1d80130c558/Formula/python.rb

brew switch python 3.6.5_1

execute o comando abaixo para ver se a versão do python3 é a que você precisa:

python3 --version

python 3.6.5_1

To install virtualenv via pip run:

pip3 install virtualenv

Se aparece erros como:'SSLError("Can't connect to HTTPS URL because the SSL module is not available.", sera necessario executar o comando abaixo e repetir todo processo de insalação acima.

brew update && brew upgrade
brew uninstall --ignore-dependencies openssl
brew install https://github.com/tebelorg/Tump/releases/download/v1.0.0/openssl.rb
Usage

Creation of virtualenv. Aqui usamos o nome machinelearning.

virtualenv -p python3 ~/.virtualenvs/machinelearning

Activate the virtualenv:

workon machinelearning

Verique se a versão do python dentro do ambiente virtual esta correta.

python --version

Para sair do virtualenv:

deactivate

Instalar Jupyter Notebook

pip install jupyterlab
Executar Jupyter Notebook
jupyter notebook

cordova-plugin-ionic4-crosswalk-webview's People

Contributors

alsorokin avatar anandvnath avatar audreyso avatar cjpearson avatar danbucholtz avatar filmaj avatar ghenry22 avatar imhoffd avatar ionitron avatar janpio avatar jcesarmobile avatar kelvinhokk avatar laidig avatar ltm avatar lucatorella avatar macdonst avatar manucorporat avatar mccraigmccraig avatar mlynch avatar mr-anonymous avatar nikhilkh avatar niklasmerz avatar nphyatt avatar pablomaurer avatar robertohuertasm avatar shazron avatar stevengill avatar tabrindle avatar troyanskiy avatar waitaction avatar

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.