Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gutierri/wsl-path-exe
WSL-path-exe is a script that helps you use native software (.exe) more easily inside WSL (WIndows Subsystem Linux)
https://github.com/gutierri/wsl-path-exe
python windows windows10 wsl wsl-terminal
Last synced: about 1 month ago
JSON representation
WSL-path-exe is a script that helps you use native software (.exe) more easily inside WSL (WIndows Subsystem Linux)
- Host: GitHub
- URL: https://github.com/gutierri/wsl-path-exe
- Owner: gutierri
- License: gpl-3.0
- Created: 2017-11-14T22:43:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-15T07:58:58.000Z (almost 7 years ago)
- Last Synced: 2024-10-02T04:41:10.325Z (about 1 month ago)
- Topics: python, windows, windows10, wsl, wsl-terminal
- Language: Python
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
WSL-path-exe
============.. image:: https://travis-ci.org/gutierri/wsl-path-exe.svg?branch=master
:target: https://travis-ci.org/gutierri/wsl-path-exeWSL-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``