Skip to main content

No project description provided

Project description

WSL-path-exe is a “script” that helps you use native software (.exe) more easily inside WSL , putting everyone in the PATH without ever having to put .exe at the end. The exe’s will behave like a WSL command, so the autocomplete of some application will work too (e.g Python). Only bash and zsh are supported.

Dependencies

  • WSL/Ubuntu

  • Python (apt install python)

  • pip (apt install python-pip)

Install and Usage

The entire installation process is done within WSL, not in Powershell or CMD.

$ pip install wsl-path-exe

$ wsl-path-exe -l

You may want to always leave the executables available in PATH add folder WSL:

$ echo 'export PATH=$PATH:$HOME/.wsl' >> ~/.bashrc

or

$ echo 'export PATH=$PATH:$HOME/.wsl' >> ~/.zshrc

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wsl-path-exe-0.0.1.tar.gz (2.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page