Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pylons: accidentally typed 'setup.py install', how can I fix?

Tags:

python

pylons

While working on a Pylons app, I accidentally typed

python setup.py install

in the home directory of a project, instead of what I meant to type, namely

python setup.py egg_info

Oops. It looks like the Pylons app has now been installed as a Python package. Whenever I make changes to the project, they don't get propagated unless I re-run install, which is annoying.

How can I fix this?

like image 631
AP257 Avatar asked Jan 01 '26 07:01

AP257


1 Answers

delete the related content from the dist-packages/site-packages and .egg info files manually

like image 93
shahjapan Avatar answered Jan 03 '26 20:01

shahjapan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!