Page 1 of 1

Activating the virtual environment

Posted: Wed Jan 08, 2020 2:44 pm
by Lepiloff

I installed it according to the manual viewtopic.php?f=4&t=68 with default settings. But I can't understand how to activate a default virtual environment. Then I run

Code: Select all

source /home/evgendelaetml/miniconda3/envs/faceswap/bin/activate

I get

Code: Select all

-bash: /home/evgendelaetml/miniconda3/envs/faceswap/bin/activate: No such file or directory

Is it right way for virtualenv run?


Re: Activating the virtual environment

Posted: Wed Jan 08, 2020 3:46 pm
by bryanlyon

The correct way SHOULD be to run

Code: Select all

conda activate faceswap