mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
Python: extract venv var to reuse it between modules
GitOrigin-RevId: d04c02a9cab979b86a2b97a13edc834f883025be
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4618dc40b0
commit
0ef4f9cb65
8
python/openapi/src/com/jetbrains/python/venvHelper.kt
Normal file
8
python/openapi/src/com/jetbrains/python/venvHelper.kt
Normal file
@@ -0,0 +1,8 @@
|
||||
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
package com.jetbrains.python
|
||||
|
||||
import org.jetbrains.annotations.ApiStatus.Internal
|
||||
|
||||
|
||||
@Internal
|
||||
const val VIRTUALENV_ZIPAPP_NAME: String = "virtualenv-20.24.5.pyz"
|
||||
Reference in New Issue
Block a user