jmnavarrol / bash-magic-enviro

An opinionated Bash configuration tool for development environments.
GNU General Public License v3.0
3 stars 0 forks source link

lock virtualenv creation #1

Closed jmnavarrol closed 3 years ago

jmnavarrol commented 3 years ago

Building (or updating) a Python virtualenv takes its time, so there is a chance for interaction from a different console.

It'd be good to add some kind of locking mechanism to avoid collisions.

jmnavarrol commented 3 years ago

Added lock to virtualenv creation with the help of util-linux' flock.