Skip to content
Discussion options

You must be logged in to vote

Hello @NewCoderrrrr

Well the best way to do this is to run vscode from the terminal, instead of opening it using the contextual menu.

  1. Activate your virutalenv.
  2. run code .
  3. vscode should now be setup using the virtualenv you have activated on the terminal.

Also take something ins consideration, you don't need a new virtualenv for each single project you are going to work on, from lesson 4 to 12 you can just use the same as there are not big changes on packages and dependencies.

To create a requirements.txt just use this command (after activate the env you want to export the requirements for):

pip3 freeze > requirements.txt

Also another question: How do I leave the GitHub portion of VSCo…

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
7 replies
@NewCoderrrrr
Comment options

@cromewar
Comment options

@NewCoderrrrr
Comment options

@cromewar
Comment options

@n4n0b1t3
Comment options

Answer selected by NewCoderrrrr
Comment options

You must be logged in to vote
3 replies
@NewCoderrrrr
Comment options

@NewCoderrrrr
Comment options

@n4n0b1t3
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants