Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • G GLib
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 880
    • Issues 880
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 47
    • Merge requests 47
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • GLib
  • Merge requests
  • !1642
The source project of this merge request has been removed.

windows: make sure python tools are installed with .py suffix

Closed Princeton Ferro requested to merge (removed):prince781/windows-install-python-tools-with-suffix into master Sep 08, 2020
  • Overview 7
  • Changes 4

In a standard Windows environment (not MSYS2), a file extension is needed in order for a script to be executable from the command line. The PATHEXT environment variable can contain '.PY', which will allow these tools to be called without their extension.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: prince781/windows-install-python-tools-with-suffix