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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file wsl-path-exe-0.0.1.tar.gz.
File metadata
- Download URL: wsl-path-exe-0.0.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
005eb28f56759eed7f7c0ea26904fc7f0f75103d80180f5a918dfda51778b383
|
|
| MD5 |
54c3c9557a3bc4a52deb2e5e7bb14aec
|
|
| BLAKE2b-256 |
55079ff64a21cdb1ad3ad67c95fa66a113d16eece2276257e706086472d47866
|