Skip to content

Lesson 5: how can I create a new directory in python 3? #845

Answered by Verde888
HalaAura asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @HalaAura!
I'm not sure if this is any help but:
The command "cd .." moves you one level up in the folder structure (he left Web3_py_simple_storage this way).
"mkdir" creates a new folder in the folder where you are currently.
Just in case, use the "dir" command to see what's in the current folder.
Use "cd" and a folder name to enter the chosen folder.

So you should be in /demos or any other folder you want to create your brownie project and then use the "mkdir brownie_simple_storage" command.

In fact he does it in the VSCode console but it is not necessary, you can create such a new folder the way you would do it normally on your computer and then just open it with VSCode.

edit: It's …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by HalaAura
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants