envdir
envdir copied to clipboard
Directory does not exist issue
Trying to run envdir
:
'/root/envs' does not exist
But the directory exists:
root@heroku-i-0b5b786a2e16326d2 [prod-usw2-prod1] ~/envs # pwd
/root/envs
Issue appears to be here: https://github.com/jezdez/envdir/blob/master/envdir/runner.py#L29
I tried to output the value of real_path
but it looks good:
envdir '/root/envs' does not exist real path = '/root/envs'