0

For example , my virtual env call "venv" .

Can I remove the virtual env by just remove the "venv" folder that create by python3 -m venv .venv ? is there any other command need to type?

I delete the folder with env already before I create a new folder and env with the same name, how can I check the old one is already gone?

I am not using anaconda to create env . I am using vscode (MACOS) .https://code.visualstudio.com/docs/python/python-tutorial#_start-vs-code-in-a-project-workspace-folder

thanks.

7
  • I delete the folder with env already before I create a new folder and env with the same name, how can I check the old one is already gone? Commented Aug 11, 2020 at 15:06
  • In linux type: ls In windows type: dir In terminal / cmd Commented Aug 11, 2020 at 15:08
  • sorry ,forget to mention that I am in macos Commented Aug 11, 2020 at 15:09
  • Just use the linux one. Mac is a Unix operating system Commented Aug 11, 2020 at 15:11
  • 1
    Try every answer until your problem is fixed. In stackoverflow the answer with green tick only indicates that the person who asked the question has chosen that particular answer because it worked for him.If it doesn’t work for you, try different one. Also when asking a question please search a bit on here (Stackoverflow) Commented Aug 11, 2020 at 15:47

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.