Code Monkey home page Code Monkey logo

Comments (7)

donn avatar donn commented on May 20, 2024

Are you using WSL or WSL2?

At any rate it's curious that sh drops PATH. Can you replace let compilationResult = "swift build".shOutput() with let compilationResult = "echo $PATH && false".shOutput() and let me know the output?

from fault.

IshaShah2806 avatar IshaShah2806 commented on May 20, 2024

Thank you for your time .I am using WSL 2 and I made the necessary changes and I got this output.
Capture

from fault.

donn avatar donn commented on May 20, 2024

Ah. Gotcha, always need to confirm no one is using WSL1. It's too unpredictable. :)

The issue is your PATH has a literal tilde, not your home folder. Can you replace ~/swift-5.3.3-RELEASE-ubuntu20.04/usr/bin with an absolute path where you're setting the PATH variable? In this case, it would be /home/isha/swift-5.3.3-RELEASE-ubuntu20.04/usr/bin, I think.

from fault.

IshaShah2806 avatar IshaShah2806 commented on May 20, 2024

I replaced as directed .But still the same error
Capture
Capture

from fault.

donn avatar donn commented on May 20, 2024

That's so weird. I'll have to come back to this later- we'll probably need a workaround.

from fault.

RameenAnwar avatar RameenAnwar commented on May 20, 2024

try export PATH=home/isha/Fault/swift-5.3.3-RELEASE-ubuntu20.04/usr/bin
then swift ./install.swift

from fault.

donn avatar donn commented on May 20, 2024

For future searchers: please use the AppImage.

from fault.

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.