Open zoe-coding123 opened 2 months ago
default:$ bundle -v Bundler version 2.5.18 default:$ ruby -v ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-linux-gnu] default:~$ python --version Python 3.10.12
This command creates my virtual environment.
scripts/venv.sh
default:~/nighthawk/zoe_2025_2$ ls 404.html _config.yml Gemfile.lock _includes _layouts Makefile _notebooks README4YML.md requirements.txt scripts assets Gemfile images index.md LICENSE navigation _posts README.md _sass venv
0.9 0.9 1.79/2
I typed the shell command ls to check what is currently in the system. Then I typed rm -rf nighthawk to erase the environment we had previously set up. Then I typed ls again to check to make sure everything's been erased. Then you set up the directory. Then you clone the files you pulled onto the system into your repository. Then you check to make sure you have all your tools and have a version that can run your code. Then you set up an virtual environment to set up the website in so it doesn't overload the system. Then you type code . and move into VS code to run the make command to create the website online.