$ mkdir Environments $ cd Environments
$ python3.6 -m venv my_env
$ source my_env/bin/activate
$ mkdir Environments $ cd Environments
$ python3.6 -m venv my_env
$ source my_env/bin/activate
<table cellPadding="0" cellSpacing="0" style="-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;margin-bottom:7px"> | |
<tbody> | |
<tr> | |
<td style="vertical-align:top"> | |
<img alt="" src="https://pbs.twimg.com/profile_images/976043631663513600/523CL60c.jpg" width="85" height="85" style="max-width:90px;max-height:90px;margin-right:10px;border-radius: 10px;"/> | |
</td> | |
<td> | |
<div style="font-size:0.9em;white-space:nowrap;border-left:2px solid #7bed9f;padding-left:10px"> | |
<div style="color:#2c3e50">Yusuf E. Göksu</div> | |
<div style="color:#2c3e50; margin-bottom: 7px">Software Developer @<a href="https://neutrinosoft.com" style="text-decoration: none; color:#353b48"><b>Neutrino</b></a><a href="https://neutrinosoft.com" style="text-decoration:none; color:#273c75"><b>soft</b></a> |
/var/www/html
: The actual web content, which by default only consists of the default Nginx page you saw earlier, is served out of the /var/www/html directory. This can be changed by altering Nginx configuration files.
/etc/nginx
: The Nginx configuration directory. All of the Nginx configuration files reside here.
article a[href^="/docs/api"]:after { | |
content: ""; | |
position: absolute; | |
bottom: 1px; | |
margin-left: 4px; | |
width: 20px; | |
height: 12px; | |
background-image: url(/img/documentation/icon-api-link.svg); | |
background-size: 100% 24px; | |
background-position: 0 0; |
## | |
# You should look at the following URL's in order to grasp a solid understanding | |
# of Nginx configuration files in order to fully unleash the power of Nginx. | |
# http://wiki.nginx.org/Pitfalls | |
# http://wiki.nginx.org/QuickStart | |
# http://wiki.nginx.org/Configuration | |
# | |
# Generally, you will want to move this file somewhere, and start with a clean | |
# file but keep this around for reference. Or just disable in sites-enabled. | |
# |