• 9663920875
  • leo@leonardtopno.com
  • Bengaluru, India
Windows and Mac Commands for development

Windows and Mac Commands for development

Problem Statement: Installing virtual environment in Windows: 1. To create a file using terminal :Syntax: In Mac: touch <file_name> On Windows: type nul > <file_name> You can check the version of the virtual environment installed by typing the following 2. To create Virtual Environment navigate to the folder where you wish to create Virtual Environment and type:Syntax: python -m virtualenv…

How to install and create Virtual Environment in Windows

How to install and create Virtual Environment in Windows

Problem Statement: Installing virtual environment in Windows: 1. To install Virtual Environment, type the following in terminal:Syntax: pip3 install virtualenv You can check the version of the virtual environment installed by typing the following 2. To create Virtual Environment navigate to the folder where you wish to create Virtual Environment and type:Syntax: python -m virtualenv <name-of-the-virtual-environment> or virtualenv<name-of-the-virtual-environment> 2. To…

Mac Shortcuts For Productivity

Mac Shortcuts For Productivity

Switch between Virtual Desktops: Ctrl-Right Arrow: Navigate to the Desktop on the Right of Current Desktop Ctrl-Left Arrow: Navigate to the Desktop on the Right of Current Desktop Ctrl-Up Arrow: Be able to see the see all the Virtual Desktops in the Current Screen Ctrl-Down Arrow: Does Nothing Ctrl-Left Arrow: Navigate to the Desktop on the Left of Current Desktop…

Share via
Copy link
Powered by Social Snap