stringsifter icon indicating copy to clipboard operation
stringsifter copied to clipboard

does not run under virtualenv

Open wesinator opened this issue 5 years ago • 4 comments

macOS 10.14.6 python 3.7.6 brew

in a directory with spaces https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/ flarestrings file.exe

-bash: bad interpreter: No such file or directory

wesinator avatar Mar 04 '20 20:03 wesinator

thanks, @wesinator!

How did you set up your virtualenv?

From my local Mac, the following works fine:

virtualenv sifting
source sifting/bin/activate
(sifting) pip install stringsifter
(sifting) flarestrings file.exe

phtully avatar Mar 11 '20 16:03 phtully

thanks, @wesinator!

How did you set up your virtualenv?

From my local Mac, the following works fine:

virtualenv sifting
source sifting/bin/activate
(sifting) pip install stringsifter
(sifting) flarestrings file.exe

I ran python3 -m venv env per the python docs https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment source env/bin/activate

wesinator avatar Mar 11 '20 20:03 wesinator

hi @wesinator, were you able to get this sorted out?

phtully avatar Apr 14 '20 14:04 phtully

Can't reproduce this on macOS 10.14.6 with python 3.7.9 brew, libomp brew and stringsifter 1.20201201. Created a virtualenv in a directory with a space in the name, no issues

ewalshmndt avatar Dec 02 '20 19:12 ewalshmndt

Still can't reproduce this on macOS 11.7.4 with python 3.9.17 and stringsifter 3.20230711. Created a virtualenv in a directory with a space in the name, no issues

Closing

ewalshmndt avatar Jul 13 '23 16:07 ewalshmndt