Check whether package X is installed
Last updated
Was this helpful?
Last updated
Was this helpful?
If you are using as I introduced, all your third-party python packages are installed under the environment directory. And the python interpreter (i.e. the python
command) already know where they locates, and allow you to import them, just like other built-in python packages.
To check this, just use python interpreter in the shell
I explained how to start Jupyter Notebook server under the genome_book environment.
If you can go into Jupyter, check out . (It's in the GitHub Repo as well)