Activating the virtual environment

Installing and setting up FaceSwap


Forum rules

Read the FAQs and search the forum before posting a new topic.

Please mark any answers that fixed your problems so others can find the solutions.

Locked
User avatar
Lepiloff
Posts: 10
Joined: Wed Jan 08, 2020 2:32 pm
Answers: 1
Has thanked: 6 times
Been thanked: 1 time

Activating the virtual environment

Post 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?

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

The correct way SHOULD be to run

Code: Select all

conda activate faceswap
Go to full post
User avatar
bryanlyon
Site Admin
Posts: 793
Joined: Fri Jul 12, 2019 12:49 am
Answers: 44
Location: San Francisco
Has thanked: 4 times
Been thanked: 218 times
Contact:

Re: Activating the virtual environment

Post by bryanlyon »

The correct way SHOULD be to run

Code: Select all

conda activate faceswap
Locked