Falldog / pyconcrete

Protect your python script, encrypt it as .pye and decrypt when import it
Apache License 2.0
702 stars 150 forks source link

How do you remove this? #27

Closed BeebBenjamin closed 6 years ago

BeebBenjamin commented 6 years ago

How do I uninstall pyconcrete. I tried using pip but now it throws an error.

Falldog commented 6 years ago

If you install by pip

pip uninstall pyconcrete

and make sure the file pyconcrete.pth not in your python's site-packages, you can find the path by below command

python -m site --user-site

BTW crontab execution fail it should be PATH issue, it's different for crontab and user shell you can setup PATH at crontab beginning to make sure python/pyconcrete under the PATH

Falldog commented 6 years ago

@BeebBenjamin Does the steps help you? I will close the issue if no responses

BeebBenjamin commented 6 years ago

I don't know. I re-installed Linux!