Giter Site home page Giter Site logo

Comments (2)

theMr17 avatar theMr17 commented on July 17, 2024 1
  1. Python 2:
    • The Python installation command needs updation to install Python2.

I would like to add on to this, installing python2 might give an error: /usr/bin/env: 'python': No such file or directory while building the project.

photo1706411435

This can be fixed by either installing python-is-python3 instead of python2, or by creating a symlink: sudo ln -s /usr/bin/python2 /usr/bin/python. Reference: https://stackoverflow.com/a/61608129/16107797.

from oppia-android.

Rd4dev avatar Rd4dev commented on July 17, 2024

@theMr17, Thanks for the additional context. I encountered the same issue and utilized the symbolic reference to address it. I'll ensure to include these details in the upcoming wiki update pull request.

from oppia-android.

Related Issues (20)

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.