Category: WSL

验证环境是否成功,在 GitHub 上的目录结构 0

Use Docker + VS Code Dev Container to build a Python music alarm clock development environment (WSL actual war record)

浏览量: 60 1. Background: Why do this environment In order to learn AI programming tools (such as Tongyi Spirit Code), I am going to implement a ‘Music Alarm Clock’ small project.Before starting coding, I...

Windows 浏览器访问:http://localhost:8080/albums 0

Go + Gin actual RESTful API: from environment build (WSL/Docker/VS code) to Git commit and GitHub hosting

浏览量: 40 1. Reference: Build a RESTful API (go.dev) with Go and Ginhttps://go.dev/doc/tutorial/web-service-gin— Go official tutorial for building simple web services with GIN. 2. Install Go. Docker Compose One-click startup (refer to Hyperf project)....

Your requirements could not be resolved to an installable set of packages. 0

Install Hyperf under Docker in WSL-Ubuntu

浏览量: 28 Step 1: Create a local project directory in WSL (such as ~/wwwroot/hyperf-skeleton) 2. Modify the mount directory and adapt the path to the local directory. Reference:Hyperf official documentation development under Docker ....

在执行:npm run build 时,报错:ln -sf ../frontend/dist/assets public/assets,'ln' is not recognized as an internal or external command,operable program or batch file. 0

ln -sf ../frontend/dist/assets public/assets when building Shopify app template – PHP,lnIs not recognized as an internal or external command, operatorable program or batch file.

浏览量: 14 1. When executing: npm run build, an error is reported: ln -sf ../frontend/dist/assets public/assets,lnIs not recognized as an internal or external command, operatorable program or batch file. . as shown in Figure...

再次运行:npm run dev,打开浏览器,不再报错 0

Create an app in Ubuntu-20.04 in WSL2: Shopify App Template – PHP

浏览量: 88 1. Reference:Install Shopify CLI 3.0 (based on Node.js) in Ubuntu-20.04 in WSL2, check whether the corresponding requirements are met in advance 2. Create an application, select the PHP template, and report an...

重新安装 Ruby 3.2.2,设置 Ruby 版本以完成安装并开始使用 Ruby,为这台机器设置默认的 Ruby 版本 0

Install Shopify CLI 3.0 (based on Node.js) in Ubuntu-20.04 in WSL2, check whether the corresponding requirements are met in advance

浏览量: 28 1. Reference:Install Shopify CLI 3.0 (based on Node.js) in Windows 10 Professional, check in advance whether the corresponding requirements are met . 2. Reference:The requirements in Linux are as follows 3. Node.js...

运行时报错:syntax error near unexpected token `$'\r'' 0

Run .sh or shell script files using WSL in Windows 10

浏览量: 76 1. Enable WSL, refer to: https://www.shuijingwanwq.com/en/2021/12/23/9949/ , execute to step 5 3, the existing test.sh file, the code is as follows 4. Run Windows Terminal as an administrator and execute the command:...