lscript icon indicating copy to clipboard operation
lscript copied to clipboard

not adding to path

Open hightechstl opened this issue 7 years ago • 2 comments

I've used this tool in the past, and I have to say I love it, but here recently, I have run into the issue where on a new install, it is not adding to PATH like it should. It installs, and I can go to /bin/lscript or /lscript/ and run it by using ./l but it's not adding to ~/.bashrc so I can only launch it if I am in the directory

hightechstl avatar Aug 23 '18 21:08 hightechstl

same issue. and also some not installing at all. Like wifiphisher here

Traceback (most recent call last): File "/usr/local/bin/wifiphisher", line 6, in from pkg_resources import load_entry_point File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 3105, in @_call_aside File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 3089, in _call_aside f(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 3118, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 578, in _build_master ws.require(requires) File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 895, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 781, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'wifiphisher==1.4' distribution was not found and is required by the application Press any key to go back...

Mikewins1 avatar Sep 29 '18 14:09 Mikewins1

In Kali Linux path variable l is already in use. If you like to use the shortcut you have to add it manually to your bashrc and comment out the existing alias of "l"

Ehrgeiz84 avatar Oct 04 '18 15:10 Ehrgeiz84