简体   繁体   中英

How to install modules from PyDev Eclipse

I need to install cx_Oracle module for python from pip. But due to the access restrictions in python installed folder, i am not able to install it.

Could someone can able to provide me the workaround for this issue or any way to install it from Pydev from eclipse ?

Thanks in adavnce.

This can be done by using the following command

pip install --target=d:\\your\\folder\\default package_name

Then add that target file path to PYTHONPATH using system environment variable.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM