Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

how to install and activate virtual environment in python code example

Example 1: how to activate virtual environment in python

# for windows 10

py -m venv myvirtualenv
myvirtualenv\Scripts\activate #!!!! use "\" not "/" !!!!!

Example 2: how to activate venv python

python3 -m venv tutorial-env

Tags:

Python Example

Related

ignore case postgresql like code example how to initialize a string c++ code example how to set mrp and selling price discount in javascript input type code example python check how many times substring in string code example how to apply a function to each row in pandas code example jqeury on hover code example How to get the number of Occurences of a character in a string in Javascript code example diff between api and web service code example git how to back out last commit code example get audio data from wav file and store in numpy array code example how to shutdown another computer using cmd code example sortbydesc laravel code example

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy