39,881
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 14: | Line 14: | ||
* Anaconda modifies the <tt>$HOME/.bashrc</tt> file, which can easily cause conflicts. | * Anaconda modifies the <tt>$HOME/.bashrc</tt> file, which can easily cause conflicts. | ||
<div class="mw-translate-fuzzy"> | |||
==How to transition from Conda to Virtualenv == | ==How to transition from Conda to Virtualenv == | ||
</div> | |||
<div class="mw-translate-fuzzy"> | |||
A [[Python#Creating_and_using_a_virtual_environment|virtual environment]] offers you all the functionality which you need to use Python on our clusters. Here is how to convert to the use of virtual environments if you use Anaconda on your personal computer: | A [[Python#Creating_and_using_a_virtual_environment|virtual environment]] offers you all the functionality which you need to use Python on our clusters. Here is how to convert to the use of virtual environments if you use Anaconda on your personal computer: | ||
</div> | |||
# List the dependencies (requirements) of the application you want to use. To do so, you can: | # List the dependencies (requirements) of the application you want to use. To do so, you can: |