pip - How to remove package installed as egg? -
my pip3 list
shows line:
pulsar (3.4.0-beta.1, /home/dejan/work/myproject/src/pulsar)
i can't find way remove it. normal pip3 uninstall not work. ideas? project work on has requirements.txt file following line: -e git+https://github.com/quantmind/pulsar.git#egg=pulsar
- hope helps find out why can't uninstall it...
here tried:
dejan@mypc:~$ pip3 uninstall pulsar can't uninstall 'pulsar'. no files found uninstall.
Comments
Post a Comment