Skip to content

p is looking for python.exe when it's not ready yet #11

@brunobord

Description

@brunobord

Hello,

correct me if I'm wrong, but on this line:

p/p

Line 390 in 14d3c69

if [ ! -f "python.exe" ]; then
p is looking for a ".exe" file right after compilation.
As far as I can tell, the ".exe" symbolic link is done in the activate routine, here:

p/p

Line 293 in 14d3c69

ln -sf $BASE_VERSIONS_DIR/$version/python.exe $BASE_VERSIONS_DIR/python/python

due to the fact that the file is missing, I think that the program displays the "Unable to compile" message, despite the apparent success of the compilation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions