Posted on c/ElrondDevelopers 1 pip8273136452c/ElrondDevelopers 3 years ago what are the implications of running an erdpy script without using the venv? Comment 1 Comments mwf81318617 3years ago A virtual environment is usually used so that there can be no conflicts between different dependencies, if you have multiple different python programms running :)
A virtual environment is usually used so that there can be no conflicts between different dependencies, if you have multiple different python programms running :)