How to install my own python module (package) via conda and watch its changes

If you install the conda build package (and you have a package, not just a script), you can install in “editable” mode:

conda develop .

(running from the directory with your script). This is very similar to the “editable” mode from pip

pip install -e .

Either approach lets you uninstall packages with either

conda develop -u .

or

pip uninstall .

If you just have a script (not a package), you can edit or set the PYTHONPATH environment variable to include the directory with the script.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)