Python modules path windows
I will do a symbolic link of my folder in site-packages. Add a comment. Active Oldest Votes. Improve this answer. Sign up or log in Sign up using Google. Sign up using Facebook. Sign up using Email and Password.
Post as a guest Name. Email Required, but never shown. The Overflow Blog. Podcast Making Agile work for data science. Table of Contents. Improve Article. Save Article. Like Article. Last Updated : 20 Aug, Attention geek! Strengthen your foundations with the Python Programming Foundation Course and learn the basics. Next Largest sum subarray of size K containing consecutive elements. Recommended Articles. Article Contributed By :.
Research what kind of modules you want to install on your computer. There are many, many modules out there that all do great things. Look up the package name for the module you want to install.
Go to pypi. The name of the package that contains it as well as the command needed to install it are at the top of the page. Open the command shell on your computer and run the command from the PyPI page.
This will initiate the installation process. Remember to close all instances of Python that are running when you do this. Part 4. More often than not, the module name for importing is the same as the package name. You can always use the documentation to verify this. Add some other code as you need to. Execute your code in your editing environment. If no errors occur, congratulations! With this, your foray into Python module installation and usage is complete!
Include your email address to get a message when this question is answered. Helpful 0 Not Helpful 0. Install modules mindfully. Encountering conflicts and coding obfuscation is possible when you rely too much on external modules.
Keep your code concise and stay away from needlessly decorating your file with imports. Use documentation and online resources to your advantage. The Internet is a very helpful place for programmers looking to get better at programming and problem solving.
If errors occur, look up the error messages on the screen using a search engine. Hundreds of other requests like yours are probably already out there.
Submit a Tip All tip submissions are carefully reviewed before being published. You Might Also Like How to. How to. Co-authors: 5. Updated: January 15,
0コメント