Giter Site home page Giter Site logo

youtube-v10.0's Introduction

Hello Worlds

Configurações

  • Objetivo fazer o upgrade e o downgrade da version default

  • Ruby

    • Instalar por Apt
      • sudo apt install ruby
    • Executar Hello World
      • ruby hello.rb
    • Instalar por Manager Version, https://rvm.io/
      • Pré-configuração
        • /
      • Instalar manager
      • Instalar versão
        • rvm list known
        • rvm install 2.6
    • Executar Hello World
      • ruby hello.rb
  • PHP

    • Instalar por Apt
      • sudo apt install php
    • Executar Hello World
      • php hello.php
    • Instalar por Manager Version, https://phpbrew.github.io/phpbrew/
      • Pré-configuração
        • sudo apt install php-bz2 libxml2-dev libbz2-dev libxslt-dev libzip-dev libssl-dev libreadline-dev
      • Instalar manager
      • Instalar versão
        • phpbrew known
        • phpbrew install 5.4.0 +default
    • Executar Hello World
      • php hello.php
  • Java

    • Instalar por Apt
      • sudo apt install openjdk-8-jdk
    • Executar Hello World
      • javac hello.java
      • java HelloWorld
    • Instalar por Manager Version, https://www.jenv.be/
      • Pré-configuração
        • /
      • Instalar manager
        • git clone https://github.com/jenv/jenv.git ~/.jenv
        • echo 'export PATH="$HOME/.jenv/bin:$PATH"' >> ~/.bashrc
        • echo 'eval "$(jenv init -)"' >> ~/.bashrc
        • source ~/.bashrc
      • Instalar versão
        • jenv versions
        • jenv doctor
        • which java
        • ls -la /usr/bin/java
        • ls -la /etc/alternatives/java
        • jenv add /usr/lib/jvm/java-11-openjdk-amd64
        • jenv global 1.8
    • Executar Hello World
      • javac hello.java
      • java HelloWorld
  • Javascript

  • Python

    • Instalar por Apt
      • sudo apt install python3-pip
    • Executar Hello World
      • python3 hello.py
    • Instalar por Manager Version, https://github.com/pyenv/pyenv
      • Pré-configuração
        • /
      • Instalar manager
        • git clone https://github.com/pyenv/pyenv.git ~/.pyenv
        • echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc
        • echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc
        • eval "$(pyenv init -)"
      • Instalar versão
        • pyenv install --list
        • pyenv install 3.7.8
        • pyenv shell 3.7.8
        • python3 --version
    • Executar Hello World
      • python3 hello.py

youtube-v10.0's People

Contributors

marcodotcastro avatar

Stargazers

 avatar

Watchers

 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.