Coder Social home page Coder Social logo

Comments (6)

Malsius avatar Malsius commented on June 24, 2024

There is a tip in the documentation to avoid this behaviour:

If you have installed Python3 manually and Windows opens the Microsoft store on the python page as soon as you type python3.exe, try this:

It is possible to disable this behavior in the Windows settings: Apps > Apps & features > App execution aliases and disable aliases for python.exe and python3.exe.

from exegol-docs.

sebdufourcq avatar sebdufourcq commented on June 24, 2024

There is a tip in the documentation to avoid this behaviour:

If you have installed Python3 manually and Windows opens the Microsoft store on the python page as soon as you type python3.exe, try this:

It is possible to disable this behavior in the Windows settings: Apps > Apps & features > App execution aliases and disable aliases for python.exe and python3.exe.

I did not encounter this issue because python3.exe was not needed to install Exegol.
The tip fix this specific case but the command python3 is still not recognized.

from exegol-docs.

ShutdownRepo avatar ShutdownRepo commented on June 24, 2024

@Dramelac any insight on this?

from exegol-docs.

Dramelac avatar Dramelac commented on June 24, 2024

What is your error exactly @sebdufourcq ?
I understand you want to redirect user to the microsoft store instead of the officiel python installer but why ?

from exegol-docs.

sebdufourcq avatar sebdufourcq commented on June 24, 2024

python3 is an alias only created by default on Linux-based OS and macOS. (py is recommended for Windows)

With the Windows Installer, there is no python3.exe, so following the step 1. Installation of exegol (with pip or pipx) will result in an error.
The term 'python3' is not recognized as the name of a cmdlet, function, script file, or operable program.

One workaround is to copy the "python.exe" and rename it to "python3.exe"
An other way is to install it from the windows store and make sure python3.exe alias is enabled.
Or warn that you have to replace all python3 commands with py...

Or follow the first doc hint :-)

It is strongly advised to install Exegol on a Linux host

from exegol-docs.

Dramelac avatar Dramelac commented on June 24, 2024

A tip has been added : https://exegol.readthedocs.io/en/latest/getting-started/install.html#adding-exegol-to-the-path
Closing now

from exegol-docs.

Related Issues (9)

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.