|
You are here |
128bit.io | ||
| | | | |
techtldr.com
|
|
| | | | | There are two philosophies when it comes to package installation, global first and local first. Global meaning all applications that rely on a certain package have access to the same copy of the library that was installed once. Local means that each project has its own folder of dependencies installed specifically for this project and [...] | |
| | | | |
newcome.wordpress.com
|
|
| | | | | I'm a little slow on the uptake with version management of language runtimes and environments. For a long time I just followed the Linux distribution convention of global versions of dependencies and compiler versions for my system. This changed during my years doing NodeJS development where the language and tools were changing daily it seemed.... | |
| | | | |
www.cybershu.eu
|
|
| | | | | If you work with Python, you probably need to activate a virtual environment to manage dependencies. Using a virtualenv requires activation each time you wan... | |
| | | | |
www.rasulkireev.com
|
|
| | | If you are using a virtual environment, you might have ome issues with Jupyter Notebook. In this post we go through proper Jupyter Setup with venv. | ||